/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.cpp | 33 …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 …]
|
D | gluProgramInterfaceQuery.hpp | 89 …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 …]
|
D | gluCallLogWrapper.inl | 2326 void CallLogWrapper::glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, gl… argument 2329 …::Message << "glGetProgramInterfaceiv(" << program << ", " << toHex(programInterface) << ", " << t… 2330 m_gl.getProgramInterfaceiv(program, programInterface, pname, params); 2351 …rapper::glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument 2354 …ProgramResourceIndex(" << program << ", " << getProgramInterfaceStr(programInterface) << ", " << g… 2355 glw::GLuint returnValue = m_gl.getProgramResourceIndex(program, programInterface, name); 2361 …per::glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument 2364 …sage << "glGetProgramResourceLocation(" << program << ", " << toHex(programInterface) << ", " << g… 2365 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name); 2371 …glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument [all …]
|
D | gluCallLogWrapperApi.inl | 324 void glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, glw::GL… 327 glw::GLuint glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, … 328 glw::GLint glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface,… 329 …tProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… 330 void glGetProgramResourceName (glw::GLuint program, glw::GLenum programInterface, glw::GL… 331 void glGetProgramResourceiv (glw::GLuint program, glw::GLenum programInterface, glw::GLu…
|
/external/mesa3d/src/mesa/main/ |
D | program_resource.c | 88 _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->data->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->data->ProgramResourceList[i].Type != programInterface) in _mesa_GetProgramInterfaceiv() 147 switch (programInterface) { in _mesa_GetProgramInterfaceiv() [all …]
|
D | program_resource.h | 32 _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,
|
D | shaderapi.h | 287 GLenum programInterface, const char *name, 292 GLenum programInterface, GLuint index); 296 GLenum programInterface, GLuint index, 305 GLenum programInterface, const char *name); 309 GLenum programInterface, const char *name); 318 GLenum programInterface, GLuint index,
|
D | shader_query.cpp | 526 GLenum programInterface, const char *name, in _mesa_program_resource_find_name() argument 532 if (res->Type != programInterface) in _mesa_program_resource_find_name() 581 switch (programInterface) { in _mesa_program_resource_find_name() 691 GLenum programInterface, GLuint index) in _mesa_program_resource_find_index() argument 698 if (res->Type != programInterface) in _mesa_program_resource_find_index() 778 GLenum programInterface, GLuint index, in _mesa_get_program_resource_name() argument 786 _mesa_program_resource_find_index(shProg, programInterface, index); in _mesa_get_program_resource_name() 902 GLenum programInterface, const char *name) in _mesa_program_resource_location() argument 906 _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_program_resource_location() 922 GLenum programInterface, const char *name) in _mesa_program_resource_location_index() argument [all …]
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 155 …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/ |
D | es31fProgramInterfaceQueryTests.cpp | 989 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/ |
D | gl4cProgramInterfaceQueryTests.cpp | 207 …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/ |
D | gl31.h | 1390 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface… 1391 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar… 1392 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index… 1393 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,… 1394 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar… 1459 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu… 1460 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c… 1461 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui… 1462 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint… 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
D | gl32.h | 1390 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface… 1391 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar… 1392 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index… 1393 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,… 1394 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar… 1459 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu… 1460 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c… 1461 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui… 1462 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint… 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
/external/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 3819 GLenum programInterface, ir_variable *var, in add_shader_variable() argument 3882 stage_mask, programInterface, in add_shader_variable() 3918 stage_mask, programInterface, in add_shader_variable() 3945 programInterface, sha_v, stage_mask); in add_shader_variable() 3968 unsigned stage, GLenum programInterface) in add_interface_variables() argument 3983 if (programInterface != GL_PROGRAM_INPUT) in add_interface_variables() 3989 if (programInterface != GL_PROGRAM_OUTPUT) in add_interface_variables() 4018 1 << stage, programInterface, in add_interface_variables()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 2732 GLW_APICALL void GLW_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLe… argument 2735 DE_UNREF(programInterface); 2758 GLW_APICALL GLuint GLW_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface,… argument 2761 DE_UNREF(programInterface); 2767 …t GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar… argument 2770 DE_UNREF(programInterface); 2776 …_APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar… argument 2779 DE_UNREF(programInterface); 2785 GLW_APICALL void GLW_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GL… argument 2788 DE_UNREF(programInterface); [all …]
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 2551 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params) argument 2556 gl->getProgramInterfaceiv(program, programInterface, pname, params); 2575 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name) argument 2580 return gl->getProgramResourceIndex(program, programInterface, name); 2583 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name) argument 2588 return gl->getProgramResourceLocation(program, programInterface, name); 2591 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *na… argument 2596 return gl->getProgramResourceLocationIndex(program, programInterface, name); 2599 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufS… argument 2604 gl->getProgramResourceName(program, programInterface, index, bufSize, length, name); [all …]
|
D | glwFunctionTypes.inl | 324 …IENTRY* glGetProgramInterfaceivFunc) (GLuint program, GLenum programInterface, GLenum pname… 327 …ENTRY* glGetProgramResourceIndexFunc) (GLuint program, GLenum programInterface, const GLchar… 328 …TRY* glGetProgramResourceLocationFunc) (GLuint program, GLenum programInterface, const GLchar… 329 … glGetProgramResourceLocationIndexFunc) (GLuint program, GLenum programInterface, const GLchar… 330 …IENTRY* glGetProgramResourceNameFunc) (GLuint program, GLenum programInterface, GLuint index… 331 …PIENTRY* glGetProgramResourceivFunc) (GLuint program, GLenum programInterface, GLuint index…
|
D | glwApi.inl | 1230 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint… 1233 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *n… 1234 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *… 1235 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLch… 1236 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsi… 1237 void glwGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsiz…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2533 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/mesa3d/include/GL/ |
D | glcorearb.h | 2533 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/ |
D | GrGLFunctions.h | 224 …LocationFn = GrGLint GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLenum programInterface, const GrGLch…
|
/external/skqp/include/gpu/gl/ |
D | GrGLFunctions.h | 225 …LocationFn = GrGLint GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLenum programInterface, const GrGLch…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 1086 …FNGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC) (GLuint program, GLenum programInterface, const GLchar… 1091 …IENTRY glGetProgramResourceLocationIndexEXT (GLuint program, GLenum programInterface, const GLchar… 3058 …_APIENTRYP PFNGLGETPROGRAMRESOURCEFVNVPROC) (GLuint program, GLenum programInterface, GLuint index… 3116 GL_APICALL void GL_APIENTRY glGetProgramResourcefvNV (GLuint program, GLenum programInterface, GLui…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 1106 …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/skia/src/gpu/gl/ |
D | GrGLTestInterface.h | 210 …virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGL… in getProgramResourceLocation() argument
|