Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h293 GrGLFunction<GrGLUniform3fProc> fUniform3f; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp451 functions->fUniform3f = noOpGLUniform3f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp500 functions->fUniform3f = noOpGLUniform3f; in create_null_interface()
DGrGLInterface.cpp180 nullptr == fFunctions.fUniform3f || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp942 functions->fUniform3f = noOpGLUniform3f; in GrGLCreateDebugInterface()