Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h289 GrGLFunction<GrGLUniform2fProc> fUniform2f; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp447 functions->fUniform2f = noOpGLUniform2f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp496 functions->fUniform2f = noOpGLUniform2f; in create_null_interface()
DGrGLInterface.cpp176 nullptr == fFunctions.fUniform2f || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp938 functions->fUniform2f = noOpGLUniform2f; in GrGLCreateDebugInterface()