Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/tritex/
Dtritex.cpp259 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
262 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
270 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp101 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/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/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp137 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp137 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.cpp176 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/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp164 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp361 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in render()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp263 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in renderFrame()
/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
DGLES20.java26 public static final int GL_DEPTH_BUFFER_BIT = 0x00000100; field in GLES20
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java383 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h82 #define GL_DEPTH_BUFFER_BIT 0x00000100 macro
/frameworks/rs/driver/
DrsdGL.cpp536 RSD_CALL_GL(glClear, GL_DEPTH_BUFFER_BIT); in rsdGLClearDepth()
/frameworks/native/opengl/tests/angeles/
Ddemo.c525 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); in prepareFrame()

12