HomeSort by relevance Sort by last modified time
    Searched refs:glClearColor (Results 76 - 100 of 248) sorted by null

1 2 34 5 6 7 8 910

  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 87 gl.glClearColor(0.0f, 0.0f, 0.0f, 1);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 34 interface->fClearColor = glClearColor;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 31 interface->fClearColor = glClearColor;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 54 interface->fClearColor = glClearColor;
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 138 glClearColor(((float)engine->state.x)/engine->width, engine->state.angle,
  /frameworks/native/opengl/tests/filter/
filter.cpp 73 glClearColor(0,0,0,0);
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 175 glClearColor(background, grey, grey, 1.0f);
  /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 94 GLES20.glClearColor(0.4f, 0.4f, 0.4f, 1.0f);
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 231 gl.glClearColor(0,0,1,1);
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 241 GLES20.glClearColor(0,0,0,0);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 614 glClearColor(color, color, color, 1);
616 glClearColor((float)backgroundColor->red() / 255.0,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 326 glClearColor(0,0,0,1);
476 glClearColor(0,0,0,1);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 287 gl.glClearColor(0.6f, 0f, 0.4f, 1); // a nice purpley magenta
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 161 gl.glClearColor(0, 0, 0, 1);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 68 gl.glClearColor(.5f, .5f, .5f, 1);
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 317 glClearColor (1,0,0,0);
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 184 glClearColor(0, 0, 0, 0);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 53 interface->fClearColor = glClearColor;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 162 glClearColor(0.0f, 0.0f, 1.0f, 1.0f);
163 checkGlError("glClearColor");
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 359 glClearColor(1.0, 1.0, 1.0, 1.0);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 159 glClearColor(0.0f, 0.0f, 1.0f, 1.0f);
160 checkGlError("glClearColor");
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 153 GLES20.glClearColor(0.643f, 0.776f, 0.223f, 1.0f);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 107 glClearColor(1f, 0f, 0f, 1.0f);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 24 glClearColor_t glClearColor;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 614 gl.glClearColor(0f, 0f, 0f, 0f);
691 mGL.glClearColor(argb[1], argb[2], argb[3], argb[0]);
693 mGL.glClearColor(0, 0, 0, 1);
    [all...]

Completed in 1045 milliseconds

1 2 34 5 6 7 8 910