/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 100 glClearColor(0.6, 0.6, 0.6, 0.6); in TEST_F() 105 glClearColor(1.0, 0.0, 0.0, 1.0); in TEST_F() 109 glClearColor(0.0, 1.0, 0.0, 1.0); in TEST_F() 113 glClearColor(0.0, 0.0, 1.0, 1.0); in TEST_F() 129 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 359 glClearColor(0.6, 0.6, 0.6, 0.6); in TEST_F() 364 glClearColor(1.0, 0.0, 0.0, 1.0); in TEST_F() 380 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 423 glClearColor(0.6, 0.6, 0.6, 0.6); in TEST_F() 428 glClearColor(1.0, 0.0, 0.0, 1.0); in TEST_F() [all …]
|
D | SurfaceTextureGLThreadToGL_test.cpp | 28 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); in TEST_F() 49 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); in TEST_F() 73 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); in TEST_F() 104 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); in TEST_F() 136 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); in TEST_F()
|
D | SurfaceTextureMultiContextGL_test.cpp | 171 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 203 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 235 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 332 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 371 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F()
|
D | SurfaceTextureGL_test.cpp | 57 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 107 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 171 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 302 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 356 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F() 402 glClearColor(0.2, 0.2, 0.2, 0.2); in TEST_F()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 98 glClearColor(1,0,0,0); in main() 110 glClearColor(1,0,0,0); in main() 113 glClearColor(0,1,0,0); in main()
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | CustomOpenGLView.java | 44 GLES20.glClearColor(1.0f, 0.0f, 0.0f, 1.0f); in CustomOpenGLView() 59 GLES20.glClearColor( in CustomOpenGLView()
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 116 gl.glClearColor(0,0,0,0); in onSurfaceCreated() 118 gl.glClearColor(1,1,1,1); in onSurfaceCreated()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 21 import static android.opengl.GLES20.glClearColor; 99 glClearColor(0.0f, 0.0f, 1.0f, 1.0f); in onSurfaceTextureAvailable() 101 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); in onSurfaceTextureAvailable()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 214 glClearColor(0.0f, 0.0f, 1.0f, 1.0f); in processFrame_l() 246 glClearColor(1.0f, 0.0f, 0.0f, 1.0f); in processFrame_l() 331 glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in doDrawInfoPage() 346 glClearColor(0.5f, 0.5f, 0.5f, 1.0f); in doDrawInfoPage()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 255 glClearColor(0.4, 0.4, 0.4, 0.4); in render() 258 glClearColor(0.6, 0.6, 0.6, 0.6); in render() 261 glClearColor(1.0, 1.0, 1.0, 1.0); in render()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageWallpaperRenderer.java | 21 import static android.opengl.GLES20.glClearColor; 97 glClearColor(0f, 0f, 0f, 1.0f); in onSurfaceCreated()
|
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
D | TestFramerateView.java | 79 GLES20.glClearColor(red, green, blue, 1.0f); in onDrawFrame()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 107 glClearColor(0,0,0,0); in main()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLRenderer.java | 34 GLES20.glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in onSurfaceCreated()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 52 gl.glClearColor(.5f, .5f, .5f, 1); in onSurfaceCreated()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 124 glClearColor(1,0,0,0); in main()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 60 import static android.opengl.GLES20.glClearColor; 179 glClearColor(0.0f, 0.0f, 0.0f, 0.0f); in run()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 229 glClearColor(1.0f, 0.0f, 0.0f, 1.0f); in renderFrame() 238 glClearColor(0.0f, 0.0f, 0.0f, 0.0f); in renderFrame()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 140 glClearColor(grey, grey, grey, 1.0f); in renderFrame()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 140 glClearColor(grey, grey, grey, 1.0f); in renderFrame()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 75 glClearColor(0,0,0,0); in main()
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 65 GLES20.glClearColor(0.0f, 0.0f, 1.0f, 1.0f); in onDrawFrame()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 151 glClearColor(0.0f, 0.0f, 0.0f, 0.0f); in onDraw()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 21 glClearColor;
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 180 glClearColor(background, grey, grey, 1.0f); in Java_com_android_gljni_GLJNILib_step()
|