HomeSort by relevance Sort by last modified time
    Searched refs:glClearColor (Results 26 - 50 of 217) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 52 gl.glClearColor(.5f, .5f, .5f, 1);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 106 glClearColor(0,0,0,0);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 445 glClearColor(0, 0.3, 0, 0.6);
450 glClearColor(1.0 - f, f, f, 1.0);
454 glClearColor(f, 1.0 - f, f, 1.0);
458 glClearColor(f, f, 1.0 - f, 1.0);
825 glClearColor(0.6, 0.6, 0.6, 0.6);
830 glClearColor(1.0, 0.0, 0.0, 1.0);
834 glClearColor(0.0, 1.0, 0.0, 1.0);
838 glClearColor(0.0, 0.0, 1.0, 1.0);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 206 gl.glClearColor(0.0f, 1.0f, 0.0f, 1.0f);
210 gl.glClearColor(1.0f, 0.0f, 0.0f, 1.0f);
214 gl.glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 155 glClearColor(grey, grey, grey, 1.0f);
156 checkGlError("glClearColor");
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 153 gl.glClearColor(1,1,1,1);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 206 glClearColor(0.6, (i*1.0/256), 0.6, 0.6);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 137 GLES20.glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 32 interface->fClearColor = glClearColor;
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 121 glClearColor(1,0,0,0);
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 65 GLES20.glClearColor(0.0f, 0.0f, 1.0f, 1.0f);
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 135 glClearColor(grey, grey, grey, 1.0f);
136 checkGlError("glClearColor");
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 135 glClearColor(grey, grey, grey, 1.0f);
136 checkGlError("glClearColor");
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 185 glClearColor(r, g, b, a);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 185 glClearColor(r, g, b, a);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 66 LOAD_GL_FUNC(glClearColor);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 21 {"glClearColor", (void *)glClearColor},
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 231 glClearColor(0.0f, 0.0f, 1.0f, 1.0f);
233 glClearColor(1.0f, 0.0f, 0.0f, 1.0f);
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 249 GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f);
257 GLES20.glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 60 gl.glClearColor(0,0,1,0);
64 gl.glClearColor(1,0,0,0);
  /external/quake/quake/src/WinQuake/
glquake.h 285 #define glClearColor(...) do { glClearColor(__VA_ARGS__); GLCHECK("glClearColor");} while(0)
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 566 glClearColor(0, 0, 0, 0);
585 glClearColor(m_GLStateBeforeBlit.clearColor[0],
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm 221 ::glClearColor(0, 0, 0, 0);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 229 glClearColor(1.0f, 0.0f, 0.0f, 1.0f);
230 checkGlError("glClearColor");
238 glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
239 checkGlError("glClearColor");
  /gdk/samples/quake/jni/
glquake.h 285 #define glClearColor(...) do { glClearColor(__VA_ARGS__); GLCHECK("glClearColor");} while(0)

Completed in 1159 milliseconds

12 3 4 5 6 7 8 9