Home
last modified time | relevance | path

Searched refs:PFNGLPROGRAMUNIFORM1UIPROC (Results 1 – 17 of 17) 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/util/
Dgles_loader_autogen.cpp369 ANGLE_UTIL_EXPORT PFNGLPROGRAMUNIFORM1UIPROC l_glProgramUniform1ui;
1375 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIPROC>(loadProc("glProgramUniform1ui")); in LoadUtilGLES()
Dgles_loader_autogen.h1232 ANGLE_UTIL_EXPORT extern PFNGLPROGRAMUNIFORM1UIPROC l_glProgramUniform1ui;
/external/angle/util/capture/
Dtrace_gles_loader_autogen.cpp370 ANGLE_TRACE_LOADER_EXPORT PFNGLPROGRAMUNIFORM1UIPROC t_glProgramUniform1ui;
1408 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIPROC>(loadProc("glProgramUniform1ui")); in LoadTraceGLES()
Dtrace_gles_loader_autogen.h1234 ANGLE_TRACE_LOADER_EXPORT extern PFNGLPROGRAMUNIFORM1UIPROC t_glProgramUniform1ui;
Dtrace_interpreter_autogen.cpp4613 ParamBuffer params = ParseParameters<std::remove_pointer<PFNGLPROGRAMUNIFORM1UIPROC>::type>( in ParseCallCapture()
/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.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/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/mesa3d/include/GL/
Dglcorearb.h1900 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); typedef
Dglext.h1848 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