Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h294 GrGLFunction<GrGLUniform3iProc> fUniform3i; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp452 functions->fUniform3i = noOpGLUniform3i; in GrGLCreateNullInterface()
DSkNullGLContext.cpp501 functions->fUniform3i = noOpGLUniform3i; in create_null_interface()
DGrGLInterface.cpp181 nullptr == fFunctions.fUniform3i || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp943 functions->fUniform3i = noOpGLUniform3i; in GrGLCreateDebugInterface()