Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h158 GrGLFunction<GrGLCompileShaderProc> fCompileShader; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp368 functions->fCompileShader = noOpGLCompileShader; in GrGLCreateNullInterface()
DSkNullGLContext.cpp417 functions->fCompileShader = noOpGLCompileShader; in create_null_interface()
DGrGLInterface.cpp127 nullptr == fFunctions.fCompileShader || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp862 functions->fCompileShader = noOpGLCompileShader; in GrGLCreateDebugInterface()