Home
last modified time | relevance | path

Searched refs:GL_DEPTH_BUFFER_BIT (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/native/opengl/tests/tritex/
Dtritex.cpp256 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
259 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
267 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp104 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in Java_com_android_glperf_GLPerfLib_step()
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp204 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in doLoop()
212 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in doLoop()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomOpenGLView.java61 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in CustomOpenGLView()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCubeRenderer.java51 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in onDrawFrame()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java70 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in onDrawFrame()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java49 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT | GLES20.GL_DEPTH_BUFFER_BIT); in onDrawFrame()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp142 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp142 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaView.java66 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java95 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in onDrawFrame()
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp181 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in Java_com_android_gljni_GLJNILib_step()
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java95 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java107 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp161 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java137 GLES20.glClear(GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/frameworks/av/cmds/screenrecord/
DOverlay.cpp215 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in processFrame_l()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp173 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp263 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp390 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp231 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java200 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java55 int GL_DEPTH_BUFFER_BIT = 0x0100; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if54 int GL_DEPTH_BUFFER_BIT = 0x0100;
/frameworks/base/opengl/java/android/opengl/
DGLES10.java57 public static final int GL_DEPTH_BUFFER_BIT = 0x0100; field in GLES10

12