HomeSort by relevance Sort by last modified time
    Searched refs:GL_DEPTH_BUFFER_BIT (Results 276 - 300 of 394) sorted by null

<<111213141516

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 47 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 45 #define GL_DEPTH_BUFFER_BIT 0x00000100
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java     [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 525 gl.clear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
    [all...]
teglGLES2SharedRenderingPerfTests.cpp 664 m_gl.clear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 908 context.clear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
    [all...]
es2fMultisampleTests.cpp 920 GLU_CHECK_CALL(glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 163 glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
    [all...]
es31fUniformLocationTests.cpp 237 gl.clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 540 gl().clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
    [all...]
glsLongStressCase.cpp     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java 783 Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT | GL20.GL_DEPTH_BUFFER_BIT);
    [all...]
  /external/mesa3d/src/mesa/main/
context.c     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 79 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h 76 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2.h 84 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 76 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp     [all...]
es3fShaderDerivateTests.cpp 725 gl.clear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
    [all...]
es3fTextureUnitTests.cpp     [all...]
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 877 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 84 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 79 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 79 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h 79 #define GL_DEPTH_BUFFER_BIT 0x00000100
    [all...]

Completed in 4285 milliseconds

<<111213141516