Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h215 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location,
DGrGLNoOpInterface.cpp305 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) { in noOpGLUniform2f() function
DGrGLCreateNullInterface.cpp447 functions->fUniform2f = noOpGLUniform2f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp496 functions->fUniform2f = noOpGLUniform2f; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp938 functions->fUniform2f = noOpGLUniform2f; in GrGLCreateDebugInterface()