Searched refs:StencilFunc (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp99 GET_PROC(StencilFunc);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp99 GET_PROC(StencilFunc);
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderStateCache.cpp309 dsDesc.FrontFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilFunc);
313 dsDesc.BackFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilBackFunc);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h134 OP(StencilFunc) /* 377 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp138 GET_PROC(StencilFunc);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp125 GR_GL_GET_PROC(StencilFunc);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp138 GET_PROC(StencilFunc);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp125 GR_GL_GET_PROC(StencilFunc);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h116 #define glStencilFunc GLES2_GET_FUN(StencilFunc)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp120 SET_PROC(StencilFunc)
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp120 SET_PROC(StencilFunc)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc520 void StencilFunc(PP_Resource context_id, GLenum func, GLint ref, GLuint mask) { function in namespace:ppapi::__anon9519
521 GetGLES(context_id)->StencilFunc(func, ref, mask);
945 &StencilFunc,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h318 void GLES2InterfaceStub::StencilFunc( function in class:GLES2InterfaceStub
H A Dgles2_implementation_unittest_autogen.h980 TEST_F(GLES2ImplementationTest, StencilFunc) {
982 cmds::StencilFunc cmd;
987 gl_->StencilFunc(GL_NEVER, 2, 3);
H A Dgles2_trace_implementation_impl_autogen.h584 void GLES2TraceImplementation::StencilFunc( function in class:GLES2TraceImplementation
586 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::StencilFunc");
587 gl_->StencilFunc(func, ref, mask);
H A Dgles2_implementation_autogen.h261 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE;
H A Dgles2_interface_autogen.h158 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) = 0;
H A Dgles2_interface_stub_autogen.h169 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h169 virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h336 EXPECT_CALL(*gl_, StencilFunc(GL_NEVER, 2, 3));
337 SpecializedSetup<cmds::StencilFunc, 0>(true);
338 cmds::StencilFunc cmd;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1;
546 state.stencil[1].func = depth_stencil_state_desc->BackFace.StencilFunc - 1;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1;
546 state.stencil[1].func = depth_stencil_state_desc->BackFace.StencilFunc - 1;
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h215 void (*StencilFunc)( member in struct:PPB_OpenGLES2
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h293 void (GLAPIENTRY * StencilFunc)(GLenum, GLint, GLuint); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h293 void (GLAPIENTRY * StencilFunc)(GLenum, GLint, GLuint); member in struct:__GLdispatchTableRec

Completed in 137 milliseconds

12