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

1 2 3 4 5

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 31 glClearStencil,
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 33 interface->fClearStencil = glClearStencil;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 68 LOAD_GL_FUNC(glClearStencil);
GLDispatch.h 45 void (GLAPIENTRY *glClearStencil) (GLint s);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 68 {"glClearStencil", (void *)glClearStencil},
gles_dispatch.h 71 glClearStencil_t glClearStencil;
343 glClearStencil_t set_glClearStencil(glClearStencil_t f) { glClearStencil_t retval = glClearStencil; glClearStencil = f; return retval;}
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 332 #define glClearStencil(...) do { glClearStencil(__VA_ARGS__); GLCHECK("glClearStencil");} while(0)
  /gdk/samples/quake/jni/
glquake.h 332 #define glClearStencil(...) do { glClearStencil(__VA_ARGS__); GLCHECK("glClearStencil");} while(0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 73 lastSetter.put(Function.glClearStencil.getNumber(), null);
102 case glClearStencil:
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 32 interface->fClearStencil = glClearStencil;
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 48 interface->fClearStencil = glClearStencil;
  /external/skia/src/gpu/win/
GrGLCreateNativeInterface_win.cpp 46 interface->fClearStencil = glClearStencil;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 60 glClearStencil = 34;
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 185 glClearStencil(0);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 71 glClearStencil_t glClearStencil;
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 61 interface->fClearStencil = glClearStencil;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 121 public void glClearStencil(int s) {
122 mgl.glClearStencil(s);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 11 void glClearStencil ( GLint s )
GLES20.spec 19 void glClearStencil ( GLint s )
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 283 ::glClearStencil(0);
302 ::glClearStencil(clearStencil);
480 ::glClearStencil(s);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 343 // C function void glClearStencil ( GLint s )
345 public static native void glClearStencil(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 311 void glClearStencil(
  /frameworks/native/opengl/libagl/
state.cpp 595 void glClearStencil(GLint s) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 79 public void glClearStencil(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 106 public void glClearStencil(int s) {
107 ((GL10)mGL).glClearStencil(s);

Completed in 496 milliseconds

1 2 3 4 5