Home
last modified time | relevance | path

Searched refs:glClearColor (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp100 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 …]
DSurfaceTextureGLThreadToGL_test.cpp28 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()
DSurfaceTextureMultiContextGL_test.cpp171 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()
DSurfaceTextureGL_test.cpp57 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/
Dswapinterval.cpp98 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/
DCustomOpenGLView.java44 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/
DCubeRenderer.java116 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/
DSingleFrameTextureViewTestActivity.java21 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/
DOverlay.cpp214 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/
Dtritex.cpp255 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/
DImageWallpaperRenderer.java21 import static android.opengl.GLES20.glClearColor;
97 glClearColor(0f, 0f, 0f, 1.0f); in onSurfaceCreated()
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
DTestFramerateView.java79 GLES20.glClearColor(red, green, blue, 1.0f); in onDrawFrame()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp107 glClearColor(0,0,0,0); in main()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java34 GLES20.glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in onSurfaceCreated()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java52 gl.glClearColor(.5f, .5f, .5f, 1); in onSurfaceCreated()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp124 glClearColor(1,0,0,0); in main()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java60 import static android.opengl.GLES20.glClearColor;
179 glClearColor(0.0f, 0.0f, 0.0f, 0.0f); in run()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp229 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/
Dgl_code.cpp140 glClearColor(grey, grey, grey, 1.0f); in renderFrame()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp140 glClearColor(grey, grey, grey, 1.0f); in renderFrame()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp75 glClearColor(0,0,0,0); in main()
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaView.java65 GLES20.glClearColor(0.0f, 0.0f, 1.0f, 1.0f); in onDrawFrame()
/frameworks/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp151 glClearColor(0.0f, 0.0f, 0.0f, 0.0f); in onDraw()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt21 glClearColor;
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp180 glClearColor(background, grey, grey, 1.0f); in Java_com_android_gljni_GLJNILib_step()

1234