Home
last modified time | relevance | path

Searched refs:PFNGLPROGRAMUNIFORM2UIPROC (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h489 PFNGLPROGRAMUNIFORM2UIPROC programUniform2ui = nullptr;
Dfunctionsgl_typedefs.h922 typedef void(INTERNAL_GL_APIENTRY *PFNGLPROGRAMUNIFORM2UIPROC)(GLuint, GLint, GLuint, GLuint); typedef
/external/angle/util/
Dgles_loader_autogen.cpp370 ANGLE_UTIL_EXPORT PFNGLPROGRAMUNIFORM2UIPROC l_glProgramUniform2ui;
1377 reinterpret_cast<PFNGLPROGRAMUNIFORM2UIPROC>(loadProc("glProgramUniform2ui")); in LoadUtilGLES()
Dgles_loader_autogen.h1233 ANGLE_UTIL_EXPORT extern PFNGLPROGRAMUNIFORM2UIPROC l_glProgramUniform2ui;
/external/angle/util/capture/
Dtrace_gles_loader_autogen.cpp371 ANGLE_TRACE_LOADER_EXPORT PFNGLPROGRAMUNIFORM2UIPROC t_glProgramUniform2ui;
1410 reinterpret_cast<PFNGLPROGRAMUNIFORM2UIPROC>(loadProc("glProgramUniform2ui")); in LoadTraceGLES()
Dtrace_gles_loader_autogen.h1235 ANGLE_TRACE_LOADER_EXPORT extern PFNGLPROGRAMUNIFORM2UIPROC t_glProgramUniform2ui;
Dtrace_interpreter_autogen.cpp4692 ParamBuffer params = ParseParameters<std::remove_pointer<PFNGLPROGRAMUNIFORM2UIPROC>::type>( in ParseCallCapture()
/external/angle/include/GLES3/
Dgl31.h1387 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
Dgl32.h1387 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
/external/mesa3d/include/GLES3/
Dgl31.h1387 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
Dgl32.h1387 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c1222 PFNGLPROGRAMUNIFORM2UIPROC __glewProgramUniform2ui = NULL;
11204 …r = ((glProgramUniform2ui = (PFNGLPROGRAMUNIFORM2UIPROC)glewGetProcAddress((const GLubyte*)"glProg… in _glewInit_GL_ARB_separate_shader_objects()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h6251 typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint x, G… typedef
20754 GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM2UIPROC __glewProgramUniform2ui;
/external/mesa3d/include/GL/
Dglcorearb.h1908 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, GLu… typedef
Dglext.h1856 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, GLu… typedef
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c2088 PFNGLPROGRAMUNIFORM2UIPROC epoxy_glProgramUniform2ui;
99464 static PFNGLPROGRAMUNIFORM2UIPROC
128464 PFNGLPROGRAMUNIFORM2UIPROC epoxy_glProgramUniform2ui = epoxy_glProgramUniform2ui_global_rewrite_ptr;
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h8908 typedef void (GLAPIENTRY *PFNGLPROGRAMUNIFORM2UIPROC)(GLuint program, GLint location, GLuint v0, GL… typedef