Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h290 GrGLFunction<GrGLUniform2iProc> fUniform2i; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp448 functions->fUniform2i = noOpGLUniform2i; in GrGLCreateNullInterface()
DSkNullGLContext.cpp497 functions->fUniform2i = noOpGLUniform2i; in create_null_interface()
DGrGLInterface.cpp177 nullptr == fFunctions.fUniform2i || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp939 functions->fUniform2i = noOpGLUniform2i; in GrGLCreateDebugInterface()