Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h81 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDepthMask(GrGLboolean flag);
DGrGLCreateNullInterface.cpp381 functions->fDepthMask = noOpGLDepthMask; in GrGLCreateNullInterface()
DGrGLNoOpInterface.cpp129 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDepthMask(GrGLboolean flag) { in noOpGLDepthMask() function
DSkNullGLContext.cpp430 functions->fDepthMask = noOpGLDepthMask; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp875 functions->fDepthMask = noOpGLDepthMask; in GrGLCreateDebugInterface()