Home
last modified time | relevance | path

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

12

/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()
113 if (!supported_interface_enum(ctx, programInterface)) { in _mesa_GetProgramInterfaceiv()
115 _mesa_enum_to_string(programInterface)); in _mesa_GetProgramInterfaceiv()
123 if (shProg->ProgramResourceList[i].Type == programInterface) in _mesa_GetProgramInterfaceiv()
127 if (programInterface == GL_ATOMIC_COUNTER_BUFFER || in _mesa_GetProgramInterfaceiv()
128 programInterface == GL_TRANSFORM_FEEDBACK_BUFFER) { in _mesa_GetProgramInterfaceiv()
131 _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
139 if (shProg->ProgramResourceList[i].Type != programInterface) in _mesa_GetProgramInterfaceiv()
147 switch (programInterface) { in _mesa_GetProgramInterfaceiv()
[all …]
Dprogram_resource.h32 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface,
36 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface,
40 _mesa_GetProgramResourceName(GLuint program, GLenum programInterface,
45 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface,
51 _mesa_GetProgramResourceLocation(GLuint program, GLenum programInterface,
55 _mesa_GetProgramResourceLocationIndex(GLuint program, GLenum programInterface,
Dshaderapi.h246 GLenum programInterface, const char *name,
251 GLenum programInterface, GLuint index);
255 GLenum programInterface, GLuint index,
264 GLenum programInterface, const char *name);
268 GLenum programInterface, const char *name);
277 GLenum programInterface, GLuint index,
Dshader_query.cpp466 GLenum programInterface, const char *name, in _mesa_program_resource_find_name() argument
471 if (res->Type != programInterface) in _mesa_program_resource_find_name()
520 switch (programInterface) { in _mesa_program_resource_find_name()
629 GLenum programInterface, GLuint index) in _mesa_program_resource_find_index() argument
635 if (res->Type != programInterface) in _mesa_program_resource_find_index()
715 GLenum programInterface, GLuint index, in _mesa_get_program_resource_name() argument
723 _mesa_program_resource_find_index(shProg, programInterface, index); in _mesa_get_program_resource_name()
839 GLenum programInterface, const char *name) in _mesa_program_resource_location() argument
843 _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_program_resource_location()
859 GLenum programInterface, const char *name) in _mesa_program_resource_location_index() argument
[all …]
/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.cpp33 …mResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceUint() argument
36 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value… in getProgramResourceUint()
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() argument
43 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName()
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]); in getProgramResourceName()
56 msg << "Empty name returned for " << programInterface << " at index " << index; in getProgramResourceName()
61 …tiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceActiveVariables() argument
63 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables()
69 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.siz… in getProgramInterfaceActiveVariables()
74 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceBlockInfo() argument
[all …]
DgluProgramInterfaceQuery.hpp89 …ResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
90 …esourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
92 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
93 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
95 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
96 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
98 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
99 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
103 …amResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceInt() argument
105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
[all …]
DgluCallLogWrapper.inl2319 void CallLogWrapper::glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, gl… argument
2322 …::Message << "glGetProgramInterfaceiv(" << program << ", " << toHex(programInterface) << ", " << t…
2323 m_gl.getProgramInterfaceiv(program, programInterface, pname, params);
2344 …rapper::glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument
2347 …ProgramResourceIndex(" << program << ", " << getProgramInterfaceStr(programInterface) << ", " << g…
2348 glw::GLuint returnValue = m_gl.getProgramResourceIndex(program, programInterface, name);
2354 …per::glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument
2357 …sage << "glGetProgramResourceLocation(" << program << ", " << toHex(programInterface) << ", " << g…
2358 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
2364 …glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument
[all …]
DgluCallLogWrapperApi.inl323 void glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, glw::GL…
326 glw::GLuint glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, …
327 glw::GLint glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface,…
328 …tProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G…
329 void glGetProgramResourceName (glw::GLuint program, glw::GLenum programInterface, glw::GL…
330 void glGetProgramResourceiv (glw::GLuint program, glw::GLenum programInterface, glw::GLu…
/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/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp989 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in queryResourceList() local
994 …cu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interfa… in queryResourceList()
996 gl.getProgramInterfaceiv(program, programInterface, GL_ACTIVE_RESOURCES, &numActiveResources); in queryResourceList()
997 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in queryResourceList()
1013 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList()
1077 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyResourceIndexQuery() local
1084 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, referenceResources… in verifyResourceIndexQuery()
1113 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, queryString.c_str… in verifyResourceIndexQuery()
1141 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyMaxNameLength() local
1145 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/mesa3d/include/GLES3/
Dgl31.h1382 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1383 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1384 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1385 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1386 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1450 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1451 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1452 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1453 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1454 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
Dgl32.h1382 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1383 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1384 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1385 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1386 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1450 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1451 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1452 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1453 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1454 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3745 GLenum programInterface, ir_variable *var, in add_shader_variable() argument
3828 stage_mask, programInterface, in add_shader_variable()
3854 programInterface, sha_v, stage_mask); in add_shader_variable()
3863 unsigned stage, GLenum programInterface) in add_interface_variables() argument
3878 if (programInterface != GL_PROGRAM_INPUT) in add_interface_variables()
3884 if (programInterface != GL_PROGRAM_OUTPUT) in add_interface_variables()
3913 1 << stage, programInterface, in add_interface_variables()
/external/mesa3d/include/GL/
Dglcorearb.h2533 typedef void (APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface, G…
2534 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
2535 typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, …
2536 typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface, GL…
2537 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
2538 …P PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
2577 GLAPI void APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname,…
2578 GLAPI GLuint APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLc…
2579 GLAPI void APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index…
2580 GLAPI void APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, …
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl2721 GLW_APICALL void GLW_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLe… argument
2724 DE_UNREF(programInterface);
2747 GLW_APICALL GLuint GLW_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface,… argument
2750 DE_UNREF(programInterface);
2756 …t GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar… argument
2759 DE_UNREF(programInterface);
2765 …_APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar… argument
2768 DE_UNREF(programInterface);
2774 GLW_APICALL void GLW_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GL… argument
2777 DE_UNREF(programInterface);
[all …]
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl2543 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params) argument
2548 gl->getProgramInterfaceiv(program, programInterface, pname, params);
2567 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name) argument
2572 return gl->getProgramResourceIndex(program, programInterface, name);
2575 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name) argument
2580 return gl->getProgramResourceLocation(program, programInterface, name);
2583 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *na… argument
2588 return gl->getProgramResourceLocationIndex(program, programInterface, name);
2591 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufS… argument
2596 gl->getProgramResourceName(program, programInterface, index, bufSize, length, name);
[all …]
DglwFunctionTypes.inl323 …IENTRY* glGetProgramInterfaceivFunc) (GLuint program, GLenum programInterface, GLenum pname…
326 …ENTRY* glGetProgramResourceIndexFunc) (GLuint program, GLenum programInterface, const GLchar…
327 …TRY* glGetProgramResourceLocationFunc) (GLuint program, GLenum programInterface, const GLchar…
328 … glGetProgramResourceLocationIndexFunc) (GLuint program, GLenum programInterface, const GLchar…
329 …IENTRY* glGetProgramResourceNameFunc) (GLuint program, GLenum programInterface, GLuint index…
330 …PIENTRY* glGetProgramResourceivFunc) (GLuint program, GLenum programInterface, GLuint index…
DglwApi.inl1215 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint…
1218 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *n…
1219 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *…
1220 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLch…
1221 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsi…
1222 void glwGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsiz…
/external/swiftshader/include/GL/
Dglcorearb.h2533 typedef void (APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface, G…
2534 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
2535 typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, …
2536 typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface, GL…
2537 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
2538 …P PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
2577 GLAPI void APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname,…
2578 GLAPI GLuint APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLc…
2579 GLAPI void APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index…
2580 GLAPI void APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, …
[all …]
/external/skia/include/gpu/gl/
DGrGLFunctions.h221 typedef GrGLint (* GrGLGetProgramResourceLocationProc)(GrGLuint program, GrGLenum programInterface,…
/external/mesa3d/include/GLES2/
Dgl2ext.h1088 …FNGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC) (GLuint program, GLenum programInterface, const GLchar…
1093 …IENTRY glGetProgramResourceLocationIndexEXT (GLuint program, GLenum programInterface, const GLchar…
2804 …_APIENTRYP PFNGLGETPROGRAMRESOURCEFVNVPROC) (GLuint program, GLenum programInterface, GLuint index…
2862 GL_APICALL void GL_APIENTRY glGetProgramResourcefvNV (GLuint program, GLenum programInterface, GLui…
/external/swiftshader/include/GLES2/
Dgl2ext.h1106 …FNGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC) (GLuint program, GLenum programInterface, const GLchar…
1111 …IENTRY glGetProgramResourceLocationIndexEXT (GLuint program, GLenum programInterface, const GLchar…
3136 …_APIENTRYP PFNGLGETPROGRAMRESOURCEFVNVPROC) (GLuint program, GLenum programInterface, GLuint index…
3213 GL_APICALL void GL_APIENTRY glGetProgramResourcefvNV (GLuint program, GLenum programInterface, GLui…
/external/skqp/include/gpu/gl/
DGrGLFunctions.h224 typedef GrGLint (* GrGLGetProgramResourceLocationProc)(GrGLuint program, GrGLenum programInterface,…
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h208 …virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGL… in getProgramResourceLocation() argument

12