HomeSort by relevance Sort by last modified time
    Searched refs:GL_COLOR_BUFFER_BIT (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /external/mesa3d/test/
cmain.c 282 ggl->SetBuffer(ggl, GL_COLOR_BUFFER_BIT, &colorSurface);
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 180 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl2_basic/
gl2_basic.cpp 164 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 361 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 161 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java 224 mGL.glClear(GL10.GL_COLOR_BUFFER_BIT);
  /system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 107 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT);
  /external/quake/quake/src/QW/client/
gl_rmain.c 1074 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
1086 glClear (GL_COLOR_BUFFER_BIT);
1105 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1345 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
1357 glClear (GL_COLOR_BUFFER_BIT);
1376 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 217 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 66 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
MatrixPaletteRenderer.java 315 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
  /development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 366 glClear(GL_COLOR_BUFFER_BIT);
  /external/skia/src/utils/mac/
SkOSWindow_Mac.cpp 520 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /external/webkit/Source/WebCore/platform/graphics/android/
TransferQueue.cpp 541 glClear(GL_COLOR_BUFFER_BIT);
GLWebViewState.cpp 329 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 237 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/libs/rs/
rsScriptC_LibGL.cpp 257 RSD_CALL_GL(glClear, GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 200 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 263 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 222 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 331 glClear(GL_COLOR_BUFFER_BIT);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java 246 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 777 s_gl.glClear(GL_COLOR_BUFFER_BIT);
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 322 glClear(GL_COLOR_BUFFER_BIT);

Completed in 8142 milliseconds

1 23 4 5 6