Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/deqp/framework/opengl/
H A 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, DE_NULL, (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(), DE_NULL, &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 …]
H A 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 …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dprogram_resource.c89 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramInterfaceiv() argument
96 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()
119 _mesa_get_program_interfaceiv(shProg, programInterface, pname, params); in _mesa_GetProgramInterfaceiv()
146 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceIndex() argument
153 program, _mesa_enum_to_string(programInterface), name); in _mesa_GetProgramResourceIndex()
164 if (!supported_interface_enum(ctx, programInterface)) { in _mesa_GetProgramResourceIndex()
166 _mesa_enum_to_string(programInterface)); in _mesa_GetProgramResourceIndex()
175 if (programInterface == GL_TRANSFORM_FEEDBACK_VARYING && in _mesa_GetProgramResourceIndex()
[all …]
H A 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 …]
H A 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,
/aosp_15_r20/external/angle/src/libANGLE/
H A 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 …]
H A 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, \
H A Dqueryutils.h166 GLenum programInterface,
171 GLenum programInterface,
178 GLenum programInterface,
181 GLenum programInterface,
190 GLenum programInterface,
H A DvalidationES31_autogen.h98 GLenum programInterface,
115 GLenum programInterface,
120 GLenum programInterface,
125 GLenum programInterface,
133 GLenum programInterface,
H A 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()
2112 GLenum programInterface, in QueryProgramResourceIndex() argument
2117 switch (programInterface) in QueryProgramResourceIndex()
2148 GLenum programInterface, in QueryProgramResourceName() argument
2156 switch (programInterface) in QueryProgramResourceName()
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles31_only_dispatch_logging_wrappers.impl234 void glGetProgramInterfaceiv_dispatchLoggingWrapper(GLuint program, GLenum programInterface, GLenum…
235 …OG("glGetProgramInterfaceiv(program:%d, programInterface:0x%X, pname:0x%X, params:%p)", program, p…
236 GLDispatch::glGetProgramInterfaceiv_underlying(program, programInterface, pname, params);
239 void glGetProgramResourceiv_dispatchLoggingWrapper(GLuint program, GLenum programInterface, GLuint …
240 …ceiv(program:%d, programInterface:0x%X, index:%d, propCount:%d, props:%p, bufSize:%d, length:%p, p…
241 …GLDispatch::glGetProgramResourceiv_underlying(program, programInterface, index, propCount, props, …
244 GLuint glGetProgramResourceIndex_dispatchLoggingWrapper(GLuint program, GLenum programInterface, co…
245 …BUG_LOG("glGetProgramResourceIndex(program:%d, programInterface:0x%X, name:%p)", program, programI…
246 return GLDispatch::glGetProgramResourceIndex_underlying(program, programInterface, name);
249 GLint glGetProgramResourceLocation_dispatchLoggingWrapper(GLuint program, GLenum programInterface, …
[all …]
Dgles31_only.entries68 void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint * params);
69 void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCoun…
71 GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const char * name);
72 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char * name);
73 void glGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSiz…
/aosp_15_r20/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles31_only_functions.h57 …amInterfaceiv, (GLuint program, GLenum programInterface, GLenum pname, GLint * params), (program,
58programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei…
59 …ogramResourceIndex, (GLuint program, GLenum programInterface, const char * name), (program, progra…
60 …amResourceLocation, (GLuint program, GLenum programInterface, const char * name), (program, progra…
61 …GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, char * n…
Dgles31_only_static_translator_namespaced_header.h57 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum…
58 GL_APICALL void GL_APIENTRY glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint …
59 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex(GLuint program, GLenum programInterface, co…
60 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation(GLuint program, GLenum programInterface, …
61 GL_APICALL void GL_APIENTRY glGetProgramResourceName(GLuint program, GLenum programInterface, GLuin…
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.h98 GLenum programInterface,
115 GLenum programInterface,
121 GLenum programInterface,
127 GLenum programInterface,
135 GLenum programInterface,
469 GLenum programInterface,
496 GLenum programInterface,
502 GLenum programInterface,
508 GLenum programInterface,
517 GLenum programInterface,
[all …]
H A 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
H A 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 …]
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java258 int programInterface, in glGetProgramInterfaceiv() argument
268 int programInterface, in glGetProgramInterfaceiv() argument
277 int programInterface, in glGetProgramResourceIndex() argument
285 int programInterface, in glGetProgramResourceName() argument
293 int programInterface, in glGetProgramResourceiv() argument
309 int programInterface, in glGetProgramResourceiv() argument
322 int programInterface, in glGetProgramResourceLocation() argument
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp493 GLenum programInterface, in GL_GetProgramInterfaceiv() argument
502 CID(context), program, GLenumToString(GLESEnum::ProgramInterface, programInterface), in GL_GetProgramInterfaceiv()
512 programPacked, programInterface, pname, params)); in GL_GetProgramInterfaceiv()
515 context->getProgramInterfaceiv(programPacked, programInterface, pname, params); in GL_GetProgramInterfaceiv()
518 programInterface, pname, params); in GL_GetProgramInterfaceiv()
591 GLenum programInterface, in GL_GetProgramResourceIndex() argument
598 CID(context), program, GLenumToString(GLESEnum::ProgramInterface, programInterface), in GL_GetProgramResourceIndex()
609 programPacked, programInterface, name)); in GL_GetProgramResourceIndex()
612 returnValue = context->getProgramResourceIndex(programPacked, programInterface, name); in GL_GetProgramResourceIndex()
620 programInterface, name, returnValue); in GL_GetProgramResourceIndex()
[all …]
H A Dentry_points_gles_3_1_autogen.h51 GLenum programInterface,
60 GLenum programInterface,
63 GLenum programInterface,
66 GLenum programInterface,
72 GLenum programInterface,
/aosp_15_r20/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec7 void glGetProgramInterfaceiv ( GLuint program, GLenum programInterface, GLenum pname, GLint *params…
8 GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
9 void glGetProgramResourceName ( GLuint program, GLenum programInterface, GLuint index, GLsizei bufS…
10 void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCo…
11 GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp520 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum… in glGetProgramInterfaceiv() argument
525 … ctx->dispatcher().glGetProgramInterfaceiv(globalProgramName, programInterface, pname, params); in glGetProgramInterfaceiv()
529 GL_APICALL void GL_APIENTRY glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint … in glGetProgramResourceiv() argument
534 …ctx->dispatcher().glGetProgramResourceiv(globalProgramName, programInterface, index, propCount, pr… in glGetProgramResourceiv()
538 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex(GLuint program, GLenum programInterface, co… in glGetProgramResourceIndex() argument
543 …eIndexRET = ctx->dispatcher().glGetProgramResourceIndex(globalProgramName, programInterface, name); in glGetProgramResourceIndex()
548 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation(GLuint program, GLenum programInterface, … in glGetProgramResourceLocation() argument
553 …ionRET = ctx->dispatcher().glGetProgramResourceLocation(globalProgramName, programInterface, name); in glGetProgramResourceLocation()
558 GL_APICALL void GL_APIENTRY glGetProgramResourceName(GLuint program, GLenum programInterface, GLuin… in glGetProgramResourceName() argument
563 …ctx->dispatcher().glGetProgramResourceName(globalProgramName, programInterface, index, bufSize, le… in glGetProgramResourceName()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_linker.c666 GLenum programInterface, nir_variable *var, in add_shader_variable() argument
733 stage_mask, programInterface, in add_shader_variable()
769 stage_mask, programInterface, in add_shader_variable()
796 programInterface, sha_v, stage_mask); in add_shader_variable()
805 unsigned stage, GLenum programInterface) in add_vars_with_modes() argument
815 if (programInterface != GL_PROGRAM_INPUT) in add_vars_with_modes()
821 if (programInterface != GL_PROGRAM_OUTPUT) in add_vars_with_modes()
849 programInterface, in add_vars_with_modes()
870 1 << stage, programInterface, in add_vars_with_modes()
887 unsigned stage, GLenum programInterface) in add_interface_variables() argument
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp1066 …, (void* self, GLuint program, GLenum programInterface, GLenum pname, GLint* params), (program, p…
1067 …m programInterface, GLuint index, GLsizei propCount, const GLenum* props, GLsizei bufSize, GLsizei…
1068 …eIndex, (void* self, GLuint program, GLenum programInterface, const char * name), (program, progra…
1069 …cation, (void* self, GLuint program, GLenum programInterface, const char * name), (program, progra…
1070 … GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, char* na…
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A 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 …]

123456