Home
last modified time | relevance | path

Searched defs:srcColors (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/docs/examples/
H A Dskpaint_xfer.cpp50 SkColor srcColors[2] = { in draw() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp469 const uint8_t *srcColors, in initializeSourceTexture()
518 const uint8_t *srcColors = getSourceColors(sourceFormat, &colorCount, &componentCount); in testCopyTexture() local
611 const uint8_t *srcColors = getSourceColors(sourceFormat, &colorCount, &componentCount); in testCopySubTexture() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp64 const Vec4 srcColors[] = { variable
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp271 bool GraphicsJNI::SetPixels(JNIEnv* env, jintArray srcColors, int srcOffset, int srcStride, in SetPixels()