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

1 2 3 4 5 6

  /frameworks/base/opengl/tests/finish/
finish.cpp 103 glClear(GL_COLOR_BUFFER_BIT);
117 glClear(GL_COLOR_BUFFER_BIT);
131 glClear(GL_COLOR_BUFFER_BIT);
146 glClear(GL_COLOR_BUFFER_BIT);
162 glClear(GL_COLOR_BUFFER_BIT);
183 glClear(GL_COLOR_BUFFER_BIT);
196 glClear(GL_COLOR_BUFFER_BIT);
210 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/swapinterval/
swapinterval.cpp 98 glClear(GL_COLOR_BUFFER_BIT);
110 glClear(GL_COLOR_BUFFER_BIT);
113 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/fillrate/
fillrate.cpp 122 glClear(GL_COLOR_BUFFER_BIT);
130 glClear(GL_COLOR_BUFFER_BIT);
141 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl_perfapp/jni/
gl_code.cpp 101 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 41 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
FrameBufferObjectActivity.java 76 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
106 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
147 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
TouchRotateActivity.java 118 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 53 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 42 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
  /frameworks/base/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 80 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 259 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
262 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
270 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 579 glClear(GL_COLOR_BUFFER_BIT);
624 glClear(GL_COLOR_BUFFER_BIT);
685 glClear(GL_COLOR_BUFFER_BIT);
820 glClear(GL_COLOR_BUFFER_BIT);
883 glClear(GL_COLOR_BUFFER_BIT);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 126 gl.glClear(gl.GL_COLOR_BUFFER_BIT);
  /external/mesa3d/test/
main.cpp 172 ggl->SetBuffer(ggl, GL_COLOR_BUFFER_BIT, &frameSurface);
287 ggl->Clear(ggl, GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
288 //ggl->Clear(ggl, GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
384 ggl->SetBuffer(ggl, GL_COLOR_BUFFER_BIT, &frameSurface);
430 ggl->SetBuffer(ggl, GL_COLOR_BUFFER_BIT, NULL);
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 70 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
  /frameworks/base/opengl/tests/linetex/
linetex.cpp 107 glClear(GL_COLOR_BUFFER_BIT);
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 101 gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
219 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 445 glClear(GL_COLOR_BUFFER_BIT);
450 glClear(GL_COLOR_BUFFER_BIT);
454 glClear(GL_COLOR_BUFFER_BIT);
458 glClear(GL_COLOR_BUFFER_BIT);
813 glClear(GL_COLOR_BUFFER_BIT);
818 glClear(GL_COLOR_BUFFER_BIT);
822 glClear(GL_COLOR_BUFFER_BIT);
826 glClear(GL_COLOR_BUFFER_BIT);
    [all...]
  /frameworks/base/opengl/tests/filter/
filter.cpp 74 glClear(GL_COLOR_BUFFER_BIT);
165 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl_perf/
fill_common.cpp 204 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
212 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 157 glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 124 gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 205 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 316 glClear(GL_COLOR_BUFFER_BIT);
342 glClear(GL_COLOR_BUFFER_BIT);
451 glClear(GL_COLOR_BUFFER_BIT);
502 glClear(GL_COLOR_BUFFER_BIT);
  /frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 66 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT);

Completed in 2038 milliseconds

1 2 3 4 5 6