Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h136 GrGLFunction<GrGLAttachShaderProc> fAttachShader; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp352 functions->fAttachShader = nullGLAttachShader; in GrGLCreateNullInterface()
DSkNullGLContext.cpp401 functions->fAttachShader = nullGLAttachShader; in create_null_interface()
DGrGLInterface.cpp114 nullptr == fFunctions.fAttachShader || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp846 functions->fAttachShader = debugGLAttachShader; in GrGLCreateDebugInterface()