Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h219 GrGLFunction<GrGLGetUniformLocationProc> fGetUniformLocation; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp417 functions->fGetUniformLocation = noOpGLGetUniformLocation; in GrGLCreateNullInterface()
DSkNullGLContext.cpp466 functions->fGetUniformLocation = noOpGLGetUniformLocation; in create_null_interface()
DGrGLInterface.cpp155 nullptr == fFunctions.fGetUniformLocation || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp910 functions->fGetUniformLocation = noOpGLGetUniformLocation; in GrGLCreateDebugInterface()