Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h194 GrGLFunction<GrGLGetUniformLocationProc> fGetUniformLocation; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp111 nullptr == fFunctions.fGetUniformLocation || in validate()
DGrGLTestInterface.cpp105 fFunctions.fGetUniformLocation = bind_to_member(this, &GrGLTestInterface::getUniformLocation); in GrGLTestInterface()