Home
last modified time | relevance | path

Searched defs:vertexColors (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DNativeColorBufferTest.java48 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1001() local
66 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1101() local
84 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1111() local
103 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_0101() local
122 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_0011() local
141 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_0000() local
160 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_rand_val_one() local
175 float[] vertexColors = in getVertexColors() local
H A DColorBufferTest.java53 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1001() local
71 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1101() local
89 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1111() local
108 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_0101() local
127 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_0011() local
146 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_0000() local
165 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_rand_val_one() local
180 float[] vertexColors = in getVertexColors() local
H A DOpenGLES20ActivityTwo.java52 public void setView(int type, int i, float[] vertexColors ) { in setView()
H A DOpenGLES20NativeActivityTwo.java53 public void setView(int type, int i, float[] vertexColors ) { in setView()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp244 float vertexColors[] = { in renderTriangle() local
290 …float vertexColors[] = {color.x(), color.y(), color.z(), color.w(), color.x(), color.y(), color… in renderLine() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp334 float vertexColors[] = { in renderTriangle() local
380 …float vertexColors[] = {color.x(), color.y(), color.z(), color.w(), color.x(), color.y(), color… in renderLine() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp389 const std::vector<Vec4> vertexColors = generateColors(numViewports); in test() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp313 const float vertexColors[] = { in renderTriangle() local