Home
last modified time | relevance | path

Searched refs:programObj (Results 51 – 75 of 431) sorted by relevance

12345678910>>...18

/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dshaderapi.h141 _mesa_LinkProgram_no_error(GLuint programObj);
144 _mesa_LinkProgram(GLuint programObj);
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dvid_shared.c388 void (GLAPIENTRY *qglLinkProgram)(GLuint programObj);
389 void (GLAPIENTRY *qglUseProgram)(GLuint programObj);
390 void (GLAPIENTRY *qglValidateProgram)(GLuint programObj);
415 GLint (GLAPIENTRY *qglGetUniformLocation)(GLuint programObj, const GLchar *name);
416 void (GLAPIENTRY *qglGetActiveUniform)(GLuint programObj, GLuint index, GLsizei maxLength, GLsizei …
417 void (GLAPIENTRY *qglGetUniformfv)(GLuint programObj, GLint location, GLfloat *params);
418 void (GLAPIENTRY *qglGetUniformiv)(GLuint programObj, GLint location, GLint *params);
460 void (GLAPIENTRY *qglBindAttribLocation)(GLuint programObj, GLuint index, const GLchar *name);
461 void (GLAPIENTRY *qglBindFragDataLocation)(GLuint programObj, GLuint index, const GLchar *name);
462 void (GLAPIENTRY *qglGetActiveAttrib)(GLuint programObj, GLuint index, GLsizei maxLength, GLsizei *…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dcapture_gles_2_0_params.cpp401 gl::Program *programObj = GetLinkedProgramForCapture(glState, program); in CaptureGetProgramInfoLog_infoLog() local
402 ASSERT(programObj); in CaptureGetProgramInfoLog_infoLog()
403 paramCapture->readBufferSizeBytes = programObj->getExecutable().getInfoLogLength() + 1; in CaptureGetProgramInfoLog_infoLog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dcapture_gles_2_0_params.cpp401 gl::Program *programObj = GetProgramForCapture(glState, program); in CaptureGetProgramInfoLog_infoLog() local
402 ASSERT(programObj); in CaptureGetProgramInfoLog_infoLog()
403 paramCapture->readBufferSizeBytes = programObj->getExecutable().getInfoLogLength() + 1; in CaptureGetProgramInfoLog_infoLog()
/dports/graphics/cogl/cogl-1.22.8/cogl/gl-prototypes/
H A Dcogl-all-functions.h256 (GLuint programObj))
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/gl-prototypes/
H A Dcogl-all-functions.h256 (GLuint programObj))
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DgliDispatch.pas819 link_program_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB );
820 use_program_object_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB );
821 validate_program_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB );
845 …get_uniform_location_ARB : function( ctx: GLIContext; programObj: GLhandleARB; const name: PGLchar… in ctx()
846 …get_active_uniform_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB; index: GLuint; maxLe…
847 …get_uniformfv_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB; location: GLint; params: …
848 …get_uniformiv_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB; location: GLint; params: …
850 …bind_attrib_location_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB; index: GLuint; con…
851 …get_active_attrib_ARB : procedure( ctx: GLIContext; programObj: GLhandleARB; index: GLuint; maxLen…
852 …get_attrib_location_ARB : function( ctx: GLIContext; programObj: GLhandleARB; const name: PGLcharA… in ctx()
H A Dmacglext.pas3475 glLinkProgramARBProcPtr = procedure( programObj: GLhandleARB ); procedure
3476 glUseProgramObjectARBProcPtr = procedure( programObj: GLhandleARB ); procedure
3477 glValidateProgramARBProcPtr = procedure( programObj: GLhandleARB ); procedure
3501 glGetUniformLocationARBProcPtr = function( programObj: GLhandleARB; const name: PChar ): GLint; in programObj() function
3503 glGetUniformfvARBProcPtr = procedure( programObj: GLhandleARB; location: GLint; params: PGLfloat ); procedure
3504 glGetUniformivARBProcPtr = procedure( programObj: GLhandleARB; location: GLint; params: PGLint ); procedure
3517 procedure glLinkProgramARB( programObj: GLhandleARB ); external name '_glLinkProgramARB';
3518 procedure glUseProgramObjectARB( programObj: GLhandleARB ); external name '_glUseProgramObjectARB';
3519 procedure glValidateProgramARB( programObj: GLhandleARB ); external name '_glValidateProgramARB';
3554 …glBindAttribLocationARBProcPtr = procedure( programObj: GLhandleARB; index: GLuint; const name: PC… procedure
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Duniforms.c1000 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1007 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1027 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1029 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1033 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1038 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Duniforms.c1003 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1010 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1030 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1032 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1036 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1041 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
/dports/games/gtkradiant/GPL/GtkRadiant/include/
H A Digl.h2648 void (QGL_DLLEXPORT *m_glLinkProgramARB)(GLhandleARB programObj);
2649 void (QGL_DLLEXPORT *m_glUseProgramObjectARB)(GLhandleARB programObj);
2650 void (QGL_DLLEXPORT *m_glValidateProgramARB)(GLhandleARB programObj);
2674 GLint (QGL_DLLEXPORT *m_glGetUniformLocationARB)(GLhandleARB programObj, const GLcharARB *name);
2675 …void (QGL_DLLEXPORT *m_glGetActiveUniformARB)(GLhandleARB programObj, GLuint index, GLsizei maxLen…
2676 …void (QGL_DLLEXPORT *m_glGetUniformfvARB)(GLhandleARB programObj, GLint location, GLfloat *params);
2677 void (QGL_DLLEXPORT *m_glGetUniformivARB)(GLhandleARB programObj, GLint location, GLint *params);
2727 …void (QGL_DLLEXPORT *m_glBindAttribLocationARB)(GLhandleARB programObj, GLuint index, const GLchar…
2728 …void (QGL_DLLEXPORT *m_glGetActiveAttribARB)(GLhandleARB programObj, GLuint index, GLsizei maxLeng…
2729 GLint (QGL_DLLEXPORT *m_glGetAttribLocationARB)(GLhandleARB programObj, const GLcharARB *name);
/dports/games/netradiant/netradiant-20150621-src/include/
H A Digl.h2644 void ( QGL_DLLEXPORT *m_glLinkProgramARB )( GLhandleARB programObj );
2645 void ( QGL_DLLEXPORT *m_glUseProgramObjectARB )( GLhandleARB programObj );
2646 void ( QGL_DLLEXPORT *m_glValidateProgramARB )( GLhandleARB programObj );
2670 …GLint ( QGL_DLLEXPORT *m_glGetUniformLocationARB )( GLhandleARB programObj, const GLcharARB *name …
2671 …void ( QGL_DLLEXPORT *m_glGetActiveUniformARB )( GLhandleARB programObj, GLuint index, GLsizei max…
2672 …void ( QGL_DLLEXPORT *m_glGetUniformfvARB )( GLhandleARB programObj, GLint location, GLfloat *para…
2673 …void ( QGL_DLLEXPORT *m_glGetUniformivARB )( GLhandleARB programObj, GLint location, GLint *params…
2722 …void ( QGL_DLLEXPORT *m_glBindAttribLocationARB )( GLhandleARB programObj, GLuint index, const GLc…
2723 …void ( QGL_DLLEXPORT *m_glGetActiveAttribARB )( GLhandleARB programObj, GLuint index, GLsizei maxL…
2724 GLint ( QGL_DLLEXPORT *m_glGetAttribLocationARB )( GLhandleARB programObj, const GLcharARB *name );
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/glprototypes/
H A Dshaders.h297 (GLuint programObj))
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/glprototypes/
H A Dshaders.h297 (GLuint programObj))
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/glprototypes/
H A Dshaders.h297 (GLuint programObj))
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/glprototypes/
H A Dshaders.h297 (GLuint programObj))
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/glprototypes/
H A Dshaders.h297 (GLuint programObj))

12345678910>>...18