Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h295 GrGLFunction<GrGLUniform3fvProc> fUniform3fv; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp453 functions->fUniform3fv = noOpGLUniform3fv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp502 functions->fUniform3fv = noOpGLUniform3fv; in create_null_interface()
DGrGLInterface.cpp182 nullptr == fFunctions.fUniform3fv || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp944 functions->fUniform3fv = noOpGLUniform3fv; in GrGLCreateDebugInterface()