Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h332 GrGLFunction<GrGLGetTextureSamplerHandleProc> fGetTextureSamplerHandle; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp596 nullptr == fFunctions.fGetTextureSamplerHandle || in validate()
DGrGLTestInterface.cpp207 …fFunctions.fGetTextureSamplerHandle = bind_to_member(this, &GrGLTestInterface::getTextureSamplerHa… in GrGLTestInterface()