Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h296 GrGLFunction<GrGLUseProgramFn> fUseProgram; member
/external/skqp/include/gpu/gl/
DGrGLInterface.h273 GrGLFunction<GrGLUseProgramFn> fUseProgram; member
/external/skqp/src/gpu/gl/
DGrGLInterface.cpp123 !fFunctions.fUseProgram || in validate()
DGrGLTestInterface.cpp177 fFunctions.fUseProgram = bind_to_member(this, &GrGLTestInterface::useProgram); in GrGLTestInterface()
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp173 !fFunctions.fUseProgram || in validate()