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

1 2 3 4 5 6

  /frameworks/base/libs/hwui/
Stencil.cpp 61 glStencilFunc(GL_EQUAL, STENCIL_WRITE_VALUE, STENCIL_MASK_VALUE);
72 glStencilFunc(GL_ALWAYS, STENCIL_WRITE_VALUE, STENCIL_MASK_VALUE);
82 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
91 glStencilFunc(GL_ALWAYS, 0x1, 0xffffffff);
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 76 glStencilFunc,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 110 {"glStencilFunc", (void*)glStencilFunc},
gl2_client_context.h 110 glStencilFunc_client_proc_t glStencilFunc;
319 virtual glStencilFunc_client_proc_t set_glStencilFunc(glStencilFunc_client_proc_t f) { glStencilFunc_client_proc_t retval = glStencilFunc; glStencilFunc = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 137 {"glStencilFunc", (void*)glStencilFunc},
gl_client_context.h 137 glStencilFunc_client_proc_t glStencilFunc;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 147 {"glStencilFunc", (void *)glStencilFunc},
gles_dispatch.h 150 glStencilFunc_t glStencilFunc;
422 glStencilFunc_t set_glStencilFunc(glStencilFunc_t f) { glStencilFunc_t retval = glStencilFunc; glStencilFunc = f; return retval;}
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 163 LOAD_GL_FUNC(glStencilFunc);
GLDispatch.h 140 void (GLAPIENTRY *glStencilFunc) (GLenum func, GLint ref, GLuint mask);
  /external/quake/quake/src/WinQuake/
glquake.h 411 #define glStencilFunc(...) do { glStencilFunc(__VA_ARGS__); GLCHECK("glStencilFunc");} while(0)
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 77 interface->fStencilFunc = glStencilFunc;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 73 interface->fStencilFunc = glStencilFunc;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 117 interface->fStencilFunc = glStencilFunc;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 80 interface->fStencilFunc = glStencilFunc;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 150 glStencilFunc_t glStencilFunc;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 118 interface->fStencilFunc = glStencilFunc;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 581 public void glStencilFunc(int func, int ref, int mask) {
582 mgl.glStencilFunc(func, ref, mask);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 331 glStencilFunc = 305;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 91 void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
GLES20.spec 101 void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 849 void glStencilFunc(
  /frameworks/native/opengl/libagl/
state.cpp 226 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 617 public void glStencilFunc(

Completed in 1352 milliseconds

1 2 3 4 5 6