Home
last modified time | relevance | path

Searched refs:GL_PROGRAM_OUTPUT (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp374 GL_PROGRAM_OUTPUT,
494 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_ACTIVE_RESOURCES, 1, error); in Run()
495 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_MAX_NAME_LENGTH, 6, error); in Run()
497 VerifyGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
500 VerifyGetProgramResourceName(program, GL_PROGRAM_OUTPUT, 0, "color", error); in Run()
504 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
506 VerifyGetProgramResourceLocationIndex(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
535 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 12, props2, 12, expected2, error); in Run()
706 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_ACTIVE_RESOURCES, 5, error); in Run()
707 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_MAX_NAME_LENGTH, 5, error); in Run()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp309 GL_PROGRAM_OUTPUT,
406 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_ACTIVE_RESOURCES, 1, error); in Run()
407 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_MAX_NAME_LENGTH, 6, error); in Run()
409 VerifyGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
412 VerifyGetProgramResourceName(program, GL_PROGRAM_OUTPUT, 0, "color", error); in Run()
416 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
436 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 7, props2, 7, expected2, error); in Run()
960 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_ACTIVE_RESOURCES, 3, error); in Run()
961 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_MAX_NAME_LENGTH, 5, error); in Run()
964 VerifyGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, indices, "a", error); in Run()
[all …]
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp115 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
119 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "missing"); in TEST_P()
167 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
171 glGetProgramResourceName(program, GL_PROGRAM_OUTPUT, index, sizeof(name), &length, name); in TEST_P()
176 glGetProgramResourceName(program, GL_PROGRAM_OUTPUT, index, 8, &length, name); in TEST_P()
231 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
234 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor[0]"); in TEST_P()
237 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor[2]"); in TEST_P()
294 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor[0]"); in TEST_P()
298 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, propCount, props, propCount - 1, in TEST_P()
[all …]
H A DBlendFuncExtendedTest.cpp242 index = glGetProgramResourceLocationIndexEXT(mProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery()
247 glGetProgramResourceLocationIndexEXT(mProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery()
293 index = glGetProgramResourceLocationIndexEXT(mFragProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery()
H A DGeometryShaderTest.cpp729 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
730 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, kPropCount, kProps, kPropCount, in TEST_P()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshader_query.cpp420 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetFragDataIndex()
451 _mesa_program_resource_find_name(shProg, GL_PROGRAM_OUTPUT, name, in _mesa_GetFragDataLocation()
470 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
505 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name_length()
543 case GL_PROGRAM_OUTPUT: in _mesa_program_get_resource_name()
582 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
772 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
984 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1129 case GL_PROGRAM_OUTPUT: in program_resource_location()
1474 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES31.cpp39 case GL_PROGRAM_OUTPUT: in ValidateNamedProgramInterface()
55 case GL_PROGRAM_OUTPUT: in ValidateLocationProgramInterface()
150 case GL_PROGRAM_OUTPUT: in ValidateProgramResourcePropertyByInterface()
204 return (programInterface == GL_PROGRAM_OUTPUT); in ValidateProgramResourcePropertyByInterface()
236 case GL_PROGRAM_OUTPUT: in ValidateProgramResourcePropertyByInterface()
262 case GL_PROGRAM_OUTPUT: in ValidateProgramResourcePropertyByInterface()
274 case GL_PROGRAM_OUTPUT: in ValidateProgramResourcePropertyByInterface()
294 case GL_PROGRAM_OUTPUT: in ValidateProgramResourceIndex()
2920 if (programInterface != GL_PROGRAM_OUTPUT) in ValidateGetProgramResourceLocationIndexEXT()
H A Dqueryutils.cpp875 case GL_PROGRAM_OUTPUT: in QueryProgramInterfaceActiveResources()
934 case GL_PROGRAM_OUTPUT: in QueryProgramInterfaceMaxNameLength()
2122 case GL_PROGRAM_OUTPUT: in QueryProgramResourceIndex()
2162 case GL_PROGRAM_OUTPUT: in QueryProgramResourceName()
2202 case GL_PROGRAM_OUTPUT: in QueryProgramResourceLocation()
2249 case GL_PROGRAM_OUTPUT: in QueryProgramResourceiv()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp334 GL_BUFFER_VARIABLE, GL_PROGRAM_INPUT, GL_PROGRAM_OUTPUT}; in iterate()
408 case GL_PROGRAM_OUTPUT: in iterate()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderProgramResource.cpp384 checkIfResourceIsReferenced(m_program_object_id, GL_PROGRAM_OUTPUT, "fs_out_color"); in iterate()
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java168 public static final int GL_PROGRAM_OUTPUT = 0x92E4; field in GLES31
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_linker.c821 if (programInterface != GL_PROGRAM_OUTPUT) in add_vars_with_modes()
902 case GL_PROGRAM_OUTPUT: in add_interface_variables()
980 GL_PROGRAM_OUTPUT)) { in nir_build_program_resource_list()
H A Dserialize.cpp808 case GL_PROGRAM_OUTPUT: { in write_program_resource_data()
909 case GL_PROGRAM_OUTPUT: { in read_program_resource_data()
H A Dgl_nir_lower_packed_varyings.c887 GL_PROGRAM_OUTPUT); in lower_output_var()
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES31Header.java-if168 public static final int GL_PROGRAM_OUTPUT = 0x92E4;
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1240 #define GL_PROGRAM_OUTPUT 0x92E4 macro
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluStrUtil.inl1509 case GL_PROGRAM_OUTPUT: return "GL_PROGRAM_OUTPUT";
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp7969 … resourcePos = gl.glGetProgramResourceIndex(program.getProgram(), GL_PROGRAM_OUTPUT, "v_perPatch"); in iterate()
7977 …gl.glGetProgramResourceiv(program.getProgram(), GL_PROGRAM_OUTPUT, resourcePos, 1, props, 1, &leng… in iterate()
7996 …resourcePos = gl.glGetProgramResourceIndex(program.getProgram(), GL_PROGRAM_OUTPUT, "v_perVertex"); in iterate()
8004 …gl.glGetProgramResourceiv(program.getProgram(), GL_PROGRAM_OUTPUT, resourcePos, 1, props, 1, &leng… in iterate()
H A Des31fProgramInterfaceQueryTestCase.cpp59 return GL_PROGRAM_OUTPUT; in getProgramDefaultBlockInterfaceFromStorage()
1979 return GL_PROGRAM_OUTPUT; in getGLInterfaceEnumValue()
/aosp_15_r20/hardware/google/gfxstream/include/GLES3/
Dgl31.h966 #define GL_PROGRAM_OUTPUT 0x92E4 macro
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl31.h966 #define GL_PROGRAM_OUTPUT 0x92E4 macro
/aosp_15_r20/frameworks/native/opengl/libs/
H A Denums.in788 GL_ENUM(0x92E4,GL_PROGRAM_OUTPUT)
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1668 #define GL_PROGRAM_OUTPUT 0x92E4 macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/opengl/include/GLES3/
Dgl31.h1240 #define GL_PROGRAM_OUTPUT 0x92E4 macro

12345678910>>...12