Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h291 GrGLFunction<GrGLUniform2fvProc> fUniform2fv; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp449 functions->fUniform2fv = noOpGLUniform2fv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp498 functions->fUniform2fv = noOpGLUniform2fv; in create_null_interface()
DGrGLInterface.cpp178 nullptr == fFunctions.fUniform2fv || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp940 functions->fUniform2fv = noOpGLUniform2fv; in GrGLCreateDebugInterface()