Home
last modified time | relevance | path

Searched refs:PFNGLPROGRAMUNIFORM1UIPROC (Results 1 – 18 of 18) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h481 PFNGLPROGRAMUNIFORM1UIPROC programUniform1ui = nullptr;
Dfunctionsgl_typedefs.h902 typedef void(INTERNAL_GL_APIENTRY *PFNGLPROGRAMUNIFORM1UIPROC)(GLuint, GLint, GLuint); typedef
/external/angle/src/tests/restricted_traces/
Dtrace_gles_loader_autogen.cpp369 ANGLE_TRACE_LOADER_EXPORT PFNGLPROGRAMUNIFORM1UIPROC t_glProgramUniform1ui;
1329 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIPROC>(loadProc("glProgramUniform1ui")); in LoadGLES()
Dtrace_gles_loader_autogen.h1163 ANGLE_TRACE_LOADER_EXPORT extern PFNGLPROGRAMUNIFORM1UIPROC t_glProgramUniform1ui;
/external/angle/util/
Dgles_loader_autogen.cpp368 ANGLE_UTIL_EXPORT PFNGLPROGRAMUNIFORM1UIPROC l_glProgramUniform1ui;
1300 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIPROC>(loadProc("glProgramUniform1ui")); in LoadGLES()
Dgles_loader_autogen.h1161 ANGLE_UTIL_EXPORT extern PFNGLPROGRAMUNIFORM1UIPROC l_glProgramUniform1ui;
/external/angle/include/GLES3/
Dgl31.h1386 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
Dgl32.h1386 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
/external/mesa3d/include/GLES3/
Dgl31.h1405 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
Dgl32.h1405 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c1214 PFNGLPROGRAMUNIFORM1UIPROC __glewProgramUniform1ui = NULL;
11196 …r = ((glProgramUniform1ui = (PFNGLPROGRAMUNIFORM1UIPROC)glewGetProcAddress((const GLubyte*)"glProg… in _glewInit_GL_ARB_separate_shader_objects()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h6243 typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint x); typedef
20746 GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM1UIPROC __glewProgramUniform1ui;
/external/swiftshader/include/GL/
Dglcorearb.h1956 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
Dglext.h1903 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
/external/mesa3d/include/GL/
Dglcorearb.h1919 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
Dglext.h1867 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c2064 PFNGLPROGRAMUNIFORM1UIPROC epoxy_glProgramUniform1ui;
99068 static PFNGLPROGRAMUNIFORM1UIPROC
128416 PFNGLPROGRAMUNIFORM1UIPROC epoxy_glProgramUniform1ui = epoxy_glProgramUniform1ui_global_rewrite_ptr;
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h8884 typedef void (GLAPIENTRY *PFNGLPROGRAMUNIFORM1UIPROC)(GLuint program, GLint location, GLuint v0); typedef