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

1 2 3

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 99 GET_PROC(StencilFunc);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 99 GET_PROC(StencilFunc);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderStateCache.cpp 309 dsDesc.FrontFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilFunc);
313 dsDesc.BackFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilBackFunc);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 134 OP(StencilFunc) /* 377 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 138 GET_PROC(StencilFunc);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 125 GR_GL_GET_PROC(StencilFunc);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 138 GET_PROC(StencilFunc);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 125 GR_GL_GET_PROC(StencilFunc);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 116 #define glStencilFunc GLES2_GET_FUN(StencilFunc)
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 120 SET_PROC(StencilFunc)
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 120 SET_PROC(StencilFunc)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 520 void StencilFunc(PP_Resource context_id, GLenum func, GLint ref, GLuint mask) {
521 GetGLES(context_id)->StencilFunc(func, ref, mask);
945 &StencilFunc,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 318 void GLES2InterfaceStub::StencilFunc(
gles2_implementation_unittest_autogen.h 980 TEST_F(GLES2ImplementationTest, StencilFunc) {
982 cmds::StencilFunc cmd;
987 gl_->StencilFunc(GL_NEVER, 2, 3);
    [all...]
gles2_trace_implementation_impl_autogen.h 584 void GLES2TraceImplementation::StencilFunc(
586 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::StencilFunc");
587 gl_->StencilFunc(func, ref, mask);
    [all...]
gles2_implementation_autogen.h 261 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE;
gles2_interface_autogen.h 158 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) = 0;
gles2_interface_stub_autogen.h 169 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE;
gles2_trace_implementation_autogen.h 169 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 336 EXPECT_CALL(*gl_, StencilFunc(GL_NEVER, 2, 3));
337 SpecializedSetup<cmds::StencilFunc, 0>(true);
338 cmds::StencilFunc cmd;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1;
546 state.stencil[1].func = depth_stencil_state_desc->BackFace.StencilFunc - 1;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1;
546 state.stencil[1].func = depth_stencil_state_desc->BackFace.StencilFunc - 1;
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 215 void (*StencilFunc)(
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 293 void (GLAPIENTRY * StencilFunc)(GLenum, GLint, GLuint);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 293 void (GLAPIENTRY * StencilFunc)(GLenum, GLint, GLuint);

Completed in 477 milliseconds

1 2 3