Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h297 GrGLFunction<GrGLUniform4fProc> fUniform4f; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp455 functions->fUniform4f = noOpGLUniform4f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp504 functions->fUniform4f = noOpGLUniform4f; in create_null_interface()
DGrGLInterface.cpp184 nullptr == fFunctions.fUniform4f || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp946 functions->fUniform4f = noOpGLUniform4f; in GrGLCreateDebugInterface()