Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h399 GrGLint GR_GL_FUNCTION_TYPE noOpGLGetUniformLocation(GrGLuint program, const char* name);
DGrGLNoOpInterface.cpp679 GrGLint GR_GL_FUNCTION_TYPE noOpGLGetUniformLocation(GrGLuint program, const char* name) { in noOpGLGetUniformLocation() function
DGrGLCreateNullInterface.cpp417 functions->fGetUniformLocation = noOpGLGetUniformLocation; in GrGLCreateNullInterface()
DSkNullGLContext.cpp466 functions->fGetUniformLocation = noOpGLGetUniformLocation; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp910 functions->fGetUniformLocation = noOpGLGetUniformLocation; in GrGLCreateDebugInterface()