Home
last modified time | relevance | path

Searched refs:programInterface (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.cpp33 …amResourceUint(const glw::Functions &gl, uint32_t program, uint32_t programInterface, uint32_t ind… in getProgramResourceUint() argument
37 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, nullptr, (int *)&valu… in getProgramResourceUint()
42 void getProgramResourceName(const glw::Functions &gl, uint32_t program, uint32_t programInterface, … in getProgramResourceName() argument
45 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName()
50 … gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), nullptr, &buf[0]); in getProgramResourceName()
58 msg << "Empty name returned for " << programInterface << " at index " << index; in getProgramResourceName()
63 …gramInterfaceActiveVariables(const glw::Functions &gl, uint32_t program, uint32_t programInterface, in getProgramInterfaceActiveVariables() argument
66 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables()
72 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.siz… in getProgramInterfaceActiveVariables()
78 …rfaceBlockInfo(const glw::Functions &gl, uint32_t program, uint32_t programInterface, uint32_t ind… in getProgramInterfaceBlockInfo() argument
[all …]
DgluProgramInterfaceQuery.hpp85 int getProgramResourceInt(const glw::Functions &gl, uint32_t program, uint32_t programInterface, ui…
87 …amResourceUint(const glw::Functions &gl, uint32_t program, uint32_t programInterface, uint32_t ind…
90 void getProgramResourceName(const glw::Functions &gl, uint32_t program, uint32_t programInterface, …
92 …tring getProgramResourceName(const glw::Functions &gl, uint32_t program, uint32_t programInterface,
95 …rfaceBlockInfo(const glw::Functions &gl, uint32_t program, uint32_t programInterface, uint32_t ind…
97 …getProgramInterfaceBlockInfo(const glw::Functions &gl, uint32_t program, uint32_t programInterface,
100 …ProgramInterfaceVariableInfo(const glw::Functions &gl, uint32_t program, uint32_t programInterface,
103 uint32_t programInterface, uint32_t index);
107 …ramResourceInt(const glw::Functions &gl, uint32_t program, uint32_t programInterface, uint32_t ind… in getProgramResourceInt() argument
110 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
[all …]
/external/mesa3d/src/mesa/main/
Dprogram_resource.c88 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramInterfaceiv() argument
95 program, _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
112 if (!supported_interface_enum(ctx, programInterface)) { in _mesa_GetProgramInterfaceiv()
114 _mesa_enum_to_string(programInterface)); in _mesa_GetProgramInterfaceiv()
118 _mesa_get_program_interfaceiv(shProg, programInterface, pname, params); in _mesa_GetProgramInterfaceiv()
145 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceIndex() argument
152 program, _mesa_enum_to_string(programInterface), name); in _mesa_GetProgramResourceIndex()
163 if (!supported_interface_enum(ctx, programInterface)) { in _mesa_GetProgramResourceIndex()
165 _mesa_enum_to_string(programInterface)); in _mesa_GetProgramResourceIndex()
174 if (programInterface == GL_TRANSFORM_FEEDBACK_VARYING && in _mesa_GetProgramResourceIndex()
[all …]
Dshaderapi.h115 GLenum programInterface, const char *name,
120 GLenum programInterface, GLuint index);
124 GLenum programInterface,
130 GLenum programInterface, GLuint index,
140 GLenum programInterface, const char *name);
144 GLenum programInterface, const char *name);
154 GLenum programInterface, GLuint index,
161 GLenum programInterface, GLenum pname,
Dshader_query.cpp636 GLenum programInterface, const char *name, int len, in search_resource_hash() argument
639 unsigned type = GET_PROGRAM_RESOURCE_TYPE_FROM_GLENUM(programInterface); in search_resource_hash()
676 GLenum programInterface, const char *name, in _mesa_program_resource_find_name() argument
686 search_resource_hash(shProg, programInterface, name, len, array_index); in _mesa_program_resource_find_name()
693 if (res->Type != programInterface) in _mesa_program_resource_find_name()
741 switch (programInterface) { in _mesa_program_resource_find_name()
795 GLenum programInterface, in program_resource_find_binding_offset() argument
803 switch (programInterface) { in program_resource_find_binding_offset()
853 if (res->Type != programInterface) in program_resource_find_binding_offset()
877 GLenum programInterface, in _mesa_program_resource_find_active_variable() argument
[all …]
/external/angle/src/libANGLE/
DvalidationES31.cpp32 bool ValidateNamedProgramInterface(GLenum programInterface) in ValidateNamedProgramInterface() argument
34 switch (programInterface) in ValidateNamedProgramInterface()
49 bool ValidateLocationProgramInterface(GLenum programInterface) in ValidateLocationProgramInterface() argument
51 switch (programInterface) in ValidateLocationProgramInterface()
62 bool ValidateProgramInterface(GLenum programInterface) in ValidateProgramInterface() argument
64 return (programInterface == GL_ATOMIC_COUNTER_BUFFER || in ValidateProgramInterface()
65 ValidateNamedProgramInterface(programInterface)); in ValidateProgramInterface()
125 bool ValidateProgramResourcePropertyByInterface(GLenum prop, GLenum programInterface) in ValidateProgramResourcePropertyByInterface() argument
133 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
146 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
[all …]
DContext_gles_3_1_autogen.h33 void getProgramInterfaceiv(ShaderProgramID programPacked, GLenum programInterface, \
38 GLuint getProgramResourceIndex(ShaderProgramID programPacked, GLenum programInterface, \
40 GLint getProgramResourceLocation(ShaderProgramID programPacked, GLenum programInterface, \
42 void getProgramResourceName(ShaderProgramID programPacked, GLenum programInterface, \
44 void getProgramResourceiv(ShaderProgramID programPacked, GLenum programInterface, \
Dqueryutils.h166 GLenum programInterface,
171 GLenum programInterface,
178 GLenum programInterface,
181 GLenum programInterface,
190 GLenum programInterface,
DvalidationES31_autogen.h98 GLenum programInterface,
115 GLenum programInterface,
120 GLenum programInterface,
125 GLenum programInterface,
133 GLenum programInterface,
Dqueryutils.cpp867 GLint QueryProgramInterfaceActiveResources(const Program *program, GLenum programInterface) in QueryProgramInterfaceActiveResources() argument
870 switch (programInterface) in QueryProgramInterfaceActiveResources()
923 GLint QueryProgramInterfaceMaxNameLength(const Program *program, GLenum programInterface) in QueryProgramInterfaceMaxNameLength() argument
928 switch (programInterface) in QueryProgramInterfaceMaxNameLength()
963 GLint QueryProgramInterfaceMaxNumActiveVariables(const Program *program, GLenum programInterface) in QueryProgramInterfaceMaxNumActiveVariables() argument
967 switch (programInterface) in QueryProgramInterfaceMaxNumActiveVariables()
2114 GLenum programInterface, in QueryProgramResourceIndex() argument
2119 switch (programInterface) in QueryProgramResourceIndex()
2150 GLenum programInterface, in QueryProgramResourceName() argument
2158 switch (programInterface) in QueryProgramResourceName()
[all …]
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_params.cpp106 GLenum programInterface, in CaptureGetProgramInterfaceiv_params() argument
163 GLenum programInterface, in CaptureGetProgramResourceIndex_name() argument
173 GLenum programInterface, in CaptureGetProgramResourceLocation_name() argument
183 GLenum programInterface, in CaptureGetProgramResourceName_length() argument
196 GLenum programInterface, in CaptureGetProgramResourceName_name() argument
209 GLenum programInterface, in CaptureGetProgramResourceiv_props() argument
224 GLenum programInterface, in CaptureGetProgramResourceiv_length() argument
239 GLenum programInterface, in CaptureGetProgramResourceiv_params() argument
Dcapture_gles_3_1_autogen.h101 GLenum programInterface,
118 GLenum programInterface,
124 GLenum programInterface,
130 GLenum programInterface,
138 GLenum programInterface,
472 GLenum programInterface,
499 GLenum programInterface,
505 GLenum programInterface,
511 GLenum programInterface,
520 GLenum programInterface,
[all …]
Dcapture_gles_3_1_autogen.cpp373 GLenum programInterface, in CaptureGetProgramInterfaceiv() argument
381 programInterface); in CaptureGetProgramInterfaceiv()
388 CaptureGetProgramInterfaceiv_params(glState, isCallValid, programPacked, programInterface, in CaptureGetProgramInterfaceiv()
481 GLenum programInterface, in CaptureGetProgramResourceIndex() argument
489 programInterface); in CaptureGetProgramResourceIndex()
495 CaptureGetProgramResourceIndex_name(glState, isCallValid, programPacked, programInterface, in CaptureGetProgramResourceIndex()
517 GLenum programInterface, in CaptureGetProgramResourceLocation() argument
525 programInterface); in CaptureGetProgramResourceLocation()
532 programInterface, name, &nameParam); in CaptureGetProgramResourceLocation()
553 GLenum programInterface, in CaptureGetProgramResourceName() argument
[all …]
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h51 GLenum programInterface,
60 GLenum programInterface,
63 GLenum programInterface,
66 GLenum programInterface,
72 GLenum programInterface,
Dentry_points_gles_3_1_autogen.cpp477 GLenum programInterface, in GL_GetProgramInterfaceiv() argument
486 CID(context), program, GLenumToString(GLESEnum::ProgramInterface, programInterface), in GL_GetProgramInterfaceiv()
496 programPacked, programInterface, pname, params)); in GL_GetProgramInterfaceiv()
499 context->getProgramInterfaceiv(programPacked, programInterface, pname, params); in GL_GetProgramInterfaceiv()
502 programInterface, pname, params); in GL_GetProgramInterfaceiv()
575 GLenum programInterface, in GL_GetProgramResourceIndex() argument
582 CID(context), program, GLenumToString(GLESEnum::ProgramInterface, programInterface), in GL_GetProgramResourceIndex()
593 programPacked, programInterface, name)); in GL_GetProgramResourceIndex()
596 returnValue = context->getProgramResourceIndex(programPacked, programInterface, name); in GL_GetProgramResourceIndex()
604 programInterface, name, returnValue); in GL_GetProgramResourceIndex()
[all …]
DlibGLESv2_autogen.cpp1613 GLenum programInterface, in glGetProgramInterfaceiv() argument
1617 return GL_GetProgramInterfaceiv(program, programInterface, pname, params); in glGetProgramInterfaceiv()
1634 GLenum programInterface, in glGetProgramResourceIndex() argument
1637 return GL_GetProgramResourceIndex(program, programInterface, name); in glGetProgramResourceIndex()
1641 GLenum programInterface, in glGetProgramResourceLocation() argument
1644 return GL_GetProgramResourceLocation(program, programInterface, name); in glGetProgramResourceLocation()
1648 GLenum programInterface, in glGetProgramResourceName() argument
1654 return GL_GetProgramResourceName(program, programInterface, index, bufSize, length, name); in glGetProgramResourceName()
1658 GLenum programInterface, in glGetProgramResourceiv() argument
1666 return GL_GetProgramResourceiv(program, programInterface, index, propCount, props, count, in glGetProgramResourceiv()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp155 …virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pn… in VerifyGetProgramInterfaceiv() argument
159 glGetProgramInterfaceiv(program, programInterface, pname, &res); in VerifyGetProgramInterfaceiv()
168 …virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const s… in VerifyGetProgramResourceIndex() argument
171 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
180 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, in VerifyGetProgramResourceIndex() argument
184 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
207 …virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint i… in VerifyGetProgramResourceName() argument
212 glGetProgramResourceName(program, programInterface, index, 1024, &len, name); in VerifyGetProgramResourceName()
229 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() argument
232 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
[all …]
/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c728 GLenum programInterface, nir_variable *var, in add_shader_variable() argument
795 stage_mask, programInterface, in add_shader_variable()
831 stage_mask, programInterface, in add_shader_variable()
858 programInterface, sha_v, stage_mask); in add_shader_variable()
867 unsigned stage, GLenum programInterface) in add_vars_with_modes() argument
877 if (programInterface != GL_PROGRAM_INPUT) in add_vars_with_modes()
883 if (programInterface != GL_PROGRAM_OUTPUT) in add_vars_with_modes()
911 programInterface, in add_vars_with_modes()
932 1 << stage, programInterface, in add_vars_with_modes()
949 unsigned stage, GLenum programInterface) in add_interface_variables() argument
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp1004 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in queryResourceList() local
1009 ….getLog() << tcu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) in queryResourceList()
1012 gl.getProgramInterfaceiv(program, programInterface, GL_ACTIVE_RESOURCES, &numActiveResources); in queryResourceList()
1013 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in queryResourceList()
1027 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList()
1099 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyResourceIndexQuery() local
1109 gl.getProgramResourceIndex(program, programInterface, referenceResources[ndx].c_str()); in verifyResourceIndexQuery()
1143 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, queryString.c_str(… in verifyResourceIndexQuery()
1176 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyMaxNameLength() local
1180 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in verifyMaxNameLength()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp207 …virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pn… in VerifyGetProgramInterfaceiv() argument
211 glGetProgramInterfaceiv(program, programInterface, pname, &res); in VerifyGetProgramInterfaceiv()
220 …virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const s… in VerifyGetProgramResourceIndex() argument
223 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
232 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, in VerifyGetProgramResourceIndex() argument
236 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
259 …virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint i… in VerifyGetProgramResourceName() argument
264 glGetProgramResourceName(program, programInterface, index, 1024, &len, name); in VerifyGetProgramResourceName()
281 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() argument
284 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
[all …]
/external/angle/include/GLES3/
Dgl31.h1369 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1370 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1371 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1372 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1373 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1438 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1439 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1440 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1441 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1442 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
Dgl32.h1369 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1370 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1371 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1372 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1373 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1438 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1439 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1440 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1441 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1442 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/external/mesa3d/include/GLES3/
Dgl31.h1369 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1370 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1371 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1372 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1373 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1438 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1439 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1440 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1441 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1442 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
Dgl32.h1369 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1370 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1371 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1372 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1373 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1438 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1439 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1440 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1441 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1442 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp1191 GLenum programInterface, in glGetProgramInterfaceivNULL() argument
1206 GLenum programInterface, in glGetProgramResourceIndexNULL() argument
1213 GLenum programInterface, in glGetProgramResourceLocationNULL() argument
1220 GLenum programInterface, in glGetProgramResourceLocationIndexNULL() argument
1227 GLenum programInterface, in glGetProgramResourceNameNULL() argument
1235 GLenum programInterface, in glGetProgramResourceivNULL() argument

12