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

1 2 3 4 5 6 7 8

  /frameworks/base/libs/hwui/
Stencil.cpp 62 glStencilFunc(GL_EQUAL, STENCIL_WRITE_VALUE, STENCIL_MASK_VALUE);
73 glStencilFunc(GL_ALWAYS, STENCIL_WRITE_VALUE, STENCIL_MASK_VALUE);
83 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
92 glStencilFunc(GL_ALWAYS, 0x1, 0xffffffff);
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/
Stencil_Test.c 165 glStencilFunc( GL_LESS, 0x7, 0x3 );
181 glStencilFunc( GL_GREATER, 0x3, 0x3 );
197 glStencilFunc( GL_EQUAL, 0x1, 0x3 );
214 glStencilFunc( GL_EQUAL, 0x2, 0x1 );
234 glStencilFunc( GL_EQUAL, stencilValues[i], 0xff );
  /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},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 147 {"glStencilFunc", (void *)glStencilFunc},
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 74 interface->fStencilFunc = glStencilFunc;
  /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/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 237 glStencilFunc(stencil_func_, stencil_mask_, stencil_ref_);
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 87 interface->fStencilFunc = glStencilFunc;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 75 interface->fStencilFunc = glStencilFunc;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 87 interface->fStencilFunc = glStencilFunc;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 75 interface->fStencilFunc = glStencilFunc;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 116 #define glStencilFunc GLES2_GET_FUN(StencilFunc)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 128 interface->fStencilFunc = glStencilFunc;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 128 interface->fStencilFunc = glStencilFunc;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 150 glStencilFunc_t glStencilFunc;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 680 &glStencilFunc,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 680 &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 )

Completed in 99 milliseconds

1 2 3 4 5 6 7 8