HomeSort by relevance Sort by last modified time
    Searched full:stencilfuncseparate (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 84 EXPECT_CALL(*gl_, StencilFuncSeparate(GL_FRONT, GL_ALWAYS, 0, 0xFFFFFFFFU))
87 EXPECT_CALL(*gl_, StencilFuncSeparate(GL_BACK, GL_ALWAYS, 0, 0xFFFFFFFFU))
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
stencil.c 171 if (ctx->Driver.StencilFuncSeparate) {
172 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask);
241 if (ctx->Driver.StencilFuncSeparate) {
242 ctx->Driver.StencilFuncSeparate(ctx,
512 if (ctx->Driver.StencilFuncSeparate) {
513 ctx->Driver.StencilFuncSeparate(ctx, face, func, ref, mask);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 100 GET_PROC(StencilFuncSeparate);
  /external/mesa3d/src/mesa/main/
stencil.c 171 if (ctx->Driver.StencilFuncSeparate) {
172 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask);
241 if (ctx->Driver.StencilFuncSeparate) {
242 ctx->Driver.StencilFuncSeparate(ctx,
512 if (ctx->Driver.StencilFuncSeparate) {
513 ctx->Driver.StencilFuncSeparate(ctx, face, func, ref, mask);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 100 GET_PROC(StencilFuncSeparate);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 151 driver->StencilFuncSeparate = NULL;
301 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
305 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 151 driver->StencilFuncSeparate = NULL;
301 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
305 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 387 "StencilFuncSeparate",
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 132 GR_GL_GET_PROC(StencilFuncSeparate);
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 387 "StencilFuncSeparate",
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 132 GR_GL_GET_PROC(StencilFuncSeparate);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 117 #define glStencilFuncSeparate GLES2_GET_FUN(StencilFuncSeparate)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 127 OP(StencilFuncSeparate) /* 370 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 145 GET_PROC(StencilFuncSeparate);
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 129 GR_GL_GET_PROC(StencilFuncSeparate);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 184 WGL_SET_PROC(StencilFuncSeparate);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 145 GET_PROC(StencilFuncSeparate);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 129 GR_GL_GET_PROC(StencilFuncSeparate);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 184 WGL_SET_PROC(StencilFuncSeparate);
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 590 void GLES2TraceImplementation::StencilFuncSeparate(
592 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::StencilFuncSeparate");
593 gl_->StencilFuncSeparate(face, func, ref, mask);
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 855 void StencilFuncSeparate(
859 ToGles2Impl(&enter)->StencilFuncSeparate(face, func, ref, mask);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 217 void (*StencilFuncSeparate)(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 188 virtual void stencilFuncSeparate(WGC3Denum face, WGC3Denum func, WGC3Dint ref, WGC3Duint mask) { }
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 545 ctx->Driver.StencilFuncSeparate = nouveau_stencil_func_separate;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 545 ctx->Driver.StencilFuncSeparate = nouveau_stencil_func_separate;

Completed in 568 milliseconds

1 2 3 4