/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | NativeColorBufferTest.java | 48 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 D | ColorBufferTest.java | 53 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 D | OpenGLES20ActivityTwo.java | 52 public void setView(int type, int i, float[] vertexColors ) { in setView()
|
H A D | OpenGLES20NativeActivityTwo.java | 53 public void setView(int type, int i, float[] vertexColors ) { in setView()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 244 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 D | es3fMultisampleTests.cpp | 334 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 D | vktFragmentOperationsScissorMultiViewportTests.cpp | 389 const std::vector<Vec4> vertexColors = generateColors(numViewports); in test() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fMultisampleTests.cpp | 313 const float vertexColors[] = { in renderTriangle() local
|