Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h298 GrGLFunction<GrGLUniform4iProc> fUniform4i; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp456 functions->fUniform4i = noOpGLUniform4i; in GrGLCreateNullInterface()
DSkNullGLContext.cpp505 functions->fUniform4i = noOpGLUniform4i; in create_null_interface()
DGrGLInterface.cpp185 nullptr == fFunctions.fUniform4i || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp947 functions->fUniform4i = noOpGLUniform4i; in GrGLCreateDebugInterface()