Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h497 PFNGLPROGRAMUNIFORM3UIPROC programUniform3ui = nullptr;
Dfunctionsgl_typedefs.h945 INTERNAL_GL_APIENTRY *PFNGLPROGRAMUNIFORM3UIPROC)(GLuint, GLint, GLuint, GLuint, GLuint); typedef
/external/angle/util/
Dgles_loader_autogen.cpp371 ANGLE_UTIL_EXPORT PFNGLPROGRAMUNIFORM3UIPROC l_glProgramUniform3ui;
1379 reinterpret_cast<PFNGLPROGRAMUNIFORM3UIPROC>(loadProc("glProgramUniform3ui")); in LoadUtilGLES()
Dgles_loader_autogen.h1234 ANGLE_UTIL_EXPORT extern PFNGLPROGRAMUNIFORM3UIPROC l_glProgramUniform3ui;
/external/angle/util/capture/
Dtrace_gles_loader_autogen.cpp372 ANGLE_TRACE_LOADER_EXPORT PFNGLPROGRAMUNIFORM3UIPROC t_glProgramUniform3ui;
1412 reinterpret_cast<PFNGLPROGRAMUNIFORM3UIPROC>(loadProc("glProgramUniform3ui")); in LoadTraceGLES()
Dtrace_gles_loader_autogen.h1236 ANGLE_TRACE_LOADER_EXPORT extern PFNGLPROGRAMUNIFORM3UIPROC t_glProgramUniform3ui;
Dtrace_interpreter_autogen.cpp4771 ParamBuffer params = ParseParameters<std::remove_pointer<PFNGLPROGRAMUNIFORM3UIPROC>::type>( in ParseCallCapture()
/external/angle/include/GLES3/
Dgl31.h1388 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
Dgl32.h1388 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
/external/mesa3d/include/GLES3/
Dgl31.h1388 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
Dgl32.h1388 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, … typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c1230 PFNGLPROGRAMUNIFORM3UIPROC __glewProgramUniform3ui = NULL;
11212 …r = ((glProgramUniform3ui = (PFNGLPROGRAMUNIFORM3UIPROC)glewGetProcAddress((const GLubyte*)"glProg… in _glewInit_GL_ARB_separate_shader_objects()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h6259 typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint x, G… typedef
20762 GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM3UIPROC __glewProgramUniform3ui;
/external/mesa3d/include/GL/
Dglcorearb.h1916 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, GLu… typedef
Dglext.h1864 typedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, GLu… typedef
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c2112 PFNGLPROGRAMUNIFORM3UIPROC epoxy_glProgramUniform3ui;
99860 static PFNGLPROGRAMUNIFORM3UIPROC
128512 PFNGLPROGRAMUNIFORM3UIPROC epoxy_glProgramUniform3ui = epoxy_glProgramUniform3ui_global_rewrite_ptr;
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h8932 typedef void (GLAPIENTRY *PFNGLPROGRAMUNIFORM3UIPROC)(GLuint program, GLint location, GLuint v0, GL… typedef