Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h299 GrGLFunction<GrGLUniform4fvProc> fUniform4fv; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp457 functions->fUniform4fv = noOpGLUniform4fv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp506 functions->fUniform4fv = noOpGLUniform4fv; in create_null_interface()
DGrGLInterface.cpp186 nullptr == fFunctions.fUniform4fv || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp948 functions->fUniform4fv = noOpGLUniform4fv; in GrGLCreateDebugInterface()