Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h271 GrGLFunction<GrGLUniform2fProc> fUniform2f; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp133 nullptr == fFunctions.fUniform2f || in validate()
DGrGLTestInterface.cpp153 fFunctions.fUniform2f = bind_to_member(this, &GrGLTestInterface::uniform2f); in GrGLTestInterface()