Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h285 GrGLFunction<GrGLUniform1fProc> fUniform1f; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp443 functions->fUniform1f = noOpGLUniform1f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp492 functions->fUniform1f = noOpGLUniform1f; in create_null_interface()
DGrGLInterface.cpp172 nullptr == fFunctions.fUniform1f || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp934 functions->fUniform1f = noOpGLUniform1f; in GrGLCreateDebugInterface()