Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h229 GLPtr<GrGLGetUniformLocationProc> fGetUniformLocation; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp154 NULL == fFunctions.fGetUniformLocation || in validate()
DSkNullGLContext.cpp418 functions->fGetUniformLocation = noOpGLGetUniformLocation; in create_null_interface()
DGrGLCreateNullInterface.cpp415 functions->fGetUniformLocation = noOpGLGetUniformLocation; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp907 functions->fGetUniformLocation = noOpGLGetUniformLocation; in GrGLCreateDebugInterface()