Home
last modified time | relevance | path

Searched refs:glProgramUniform1fNULL (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp3268 programUniform1f = &glProgramUniform1fNULL; in initProcsDesktopGLNULL()
4448 programUniform1f = &glProgramUniform1fNULL; in initProcsDesktopGLNULL()
5345 programUniform1f = &glProgramUniform1fNULL; in initProcsGLESNULL()
5535 programUniform1f = &glProgramUniform1fNULL; in initProcsSharedExtensionsNULL()
Dnull_functions.h1210 void INTERNAL_GL_APIENTRY glProgramUniform1fNULL(GLuint program, GLint location, GLfloat v0);
Dnull_functions.cpp1936 void INTERNAL_GL_APIENTRY glProgramUniform1fNULL(GLuint program, GLint location, GLfloat v0) {} in glProgramUniform1fNULL() function