Home
last modified time | relevance | path

Searched refs:noOpGLStencilFuncSeparate (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h151 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilFuncSeparate(GrGLenum face,
DGrGLNoOpInterface.cpp224 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilFuncSeparate(GrGLenum face, in noOpGLStencilFuncSeparate() function
DGrGLCreateNullInterface.cpp432 functions->fStencilFuncSeparate = noOpGLStencilFuncSeparate; in GrGLCreateNullInterface()
DSkNullGLContext.cpp481 functions->fStencilFuncSeparate = noOpGLStencilFuncSeparate; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp923 functions->fStencilFuncSeparate = noOpGLStencilFuncSeparate; in GrGLCreateDebugInterface()