Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h203 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0);
DGrGLNoOpInterface.cpp289 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0) { in noOpGLUniform1f() function
DGrGLCreateNullInterface.cpp443 functions->fUniform1f = noOpGLUniform1f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp492 functions->fUniform1f = noOpGLUniform1f; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp934 functions->fUniform1f = noOpGLUniform1f; in GrGLCreateDebugInterface()