/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 374 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 D | es31cProgramInterfaceQueryTests.cpp | 309 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 D | ProgramInterfaceTest.cpp | 115 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 D | BlendFuncExtendedTest.cpp | 242 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 D | GeometryShaderTest.cpp | 729 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 D | shader_query.cpp | 420 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 D | program_resource.c | 42 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 D | validationES31.cpp | 39 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 D | queryutils.cpp | 875 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 D | esextcTessellationShaderProgramInterfaces.cpp | 334 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 D | esextcGeometryShaderProgramResource.cpp | 384 checkIfResourceIsReferenced(m_program_object_id, GL_PROGRAM_OUTPUT, "fs_out_color"); in iterate()
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 168 public static final int GL_PROGRAM_OUTPUT = 0x92E4; field in GLES31
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_linker.c | 821 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 D | serialize.cpp | 808 case GL_PROGRAM_OUTPUT: { in write_program_resource_data() 909 case GL_PROGRAM_OUTPUT: { in read_program_resource_data()
|
H A D | gl_nir_lower_packed_varyings.c | 887 GL_PROGRAM_OUTPUT); in lower_output_var()
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | GLES31Header.java-if | 168 public static final int GL_PROGRAM_OUTPUT = 0x92E4;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1240 #define GL_PROGRAM_OUTPUT 0x92E4 macro
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluStrUtil.inl | 1509 case GL_PROGRAM_OUTPUT: return "GL_PROGRAM_OUTPUT";
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 7969 … 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 D | es31fProgramInterfaceQueryTestCase.cpp | 59 return GL_PROGRAM_OUTPUT; in getProgramDefaultBlockInterfaceFromStorage() 1979 return GL_PROGRAM_OUTPUT; in getGLInterfaceEnumValue()
|
/aosp_15_r20/hardware/google/gfxstream/include/GLES3/ |
D | gl31.h | 966 #define GL_PROGRAM_OUTPUT 0x92E4 macro
|
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 966 #define GL_PROGRAM_OUTPUT 0x92E4 macro
|
/aosp_15_r20/frameworks/native/opengl/libs/ |
H A D | enums.in | 788 GL_ENUM(0x92E4,GL_PROGRAM_OUTPUT)
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwEnums.inl | 1668 #define GL_PROGRAM_OUTPUT 0x92E4 macro
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1240 #define GL_PROGRAM_OUTPUT 0x92E4 macro
|