/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5AtomicCountersArrayIndexing.cpp | 73 , m_compute_shader_id(0) in GPUShader5AtomicCountersArrayIndexing() 96 m_compute_shader_id = gl.createShader(GL_COMPUTE_SHADER); in initTest() 99 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest() 191 if (m_compute_shader_id != 0) in deinit() 193 gl.deleteShader(m_compute_shader_id); in deinit() 194 m_compute_shader_id = 0; in deinit()
|
H A D | esextcGPUShader5SSBOArrayIndexing.cpp | 85 , m_compute_shader_id(0) in GPUShader5SSBOArrayIndexing() 108 m_compute_shader_id = gl.createShader(GL_COMPUTE_SHADER); in initTest() 111 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest() 243 if (m_compute_shader_id != 0) in deinit() 245 gl.deleteShader(m_compute_shader_id); in deinit() 247 m_compute_shader_id = 0; in deinit()
|
H A D | esextcGPUShader5ImagesArrayIndexing.cpp | 52 , m_compute_shader_id(0) in GPUShader5ImagesArrayIndexing() 110 m_compute_shader_id = gl.createShader(GL_COMPUTE_SHADER); in initTest() 114 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &compute_shader_code_ptr)) in initTest() 277 if (m_compute_shader_id != 0) in deinit() 279 gl.deleteShader(m_compute_shader_id); in deinit() 281 m_compute_shader_id = 0; in deinit()
|
H A D | esextcGPUShader5AtomicCountersArrayIndexing.hpp | 88 glw::GLuint m_compute_shader_id; member in glcts::GPUShader5AtomicCountersArrayIndexing
|
H A D | esextcGPUShader5SSBOArrayIndexing.hpp | 109 glw::GLuint m_compute_shader_id; member in glcts::GPUShader5SSBOArrayIndexing
|
H A D | esextcGPUShader5ImagesArrayIndexing.hpp | 117 glw::GLuint m_compute_shader_id; member in glcts::GPUShader5ImagesArrayIndexing
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 284 : m_compute_shader_id(0) in program() 327 m_compute_shader_id = gl.createShader(ARB_COMPUTE_SHADER); in build() 330 compile(m_compute_shader_id, compute_shader_code); in build() 534 if (0 != m_compute_shader_id) in link() 536 gl.attachShader(m_program_object_id, m_compute_shader_id); in link() 617 if (0 != m_compute_shader_id) in remove() 619 gl.deleteShader(m_compute_shader_id); in remove() 620 m_compute_shader_id = 0; in remove()
|
H A D | glcViewportArrayTests.hpp | 166 glw::GLuint m_compute_shader_id; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 214 : m_compute_shader_id(0) in program() 257 m_compute_shader_id = gl.createShader(ARB_COMPUTE_SHADER); in build() 260 compile(m_compute_shader_id, compute_shader_code); in build() 523 if (0 != m_compute_shader_id) in link() 525 gl.attachShader(m_program_object_id, m_compute_shader_id); in link() 610 if (0 != m_compute_shader_id) in remove() 612 gl.deleteShader(m_compute_shader_id); in remove() 613 m_compute_shader_id = 0; in remove()
|
H A D | gl4cShadingLanguage420PackTests.cpp | 17883 : m_compute_shader_id(0) in program() 17954 m_compute_shader_id = gl.createShader(ARB_COMPUTE_SHADER); in build() 17957 compile(m_compute_shader_id, compute_shader); in build() 18246 if (0 != m_compute_shader_id) in link() 18248 gl.attachShader(m_program_object_id, m_compute_shader_id); in link() 18329 if (0 != m_compute_shader_id) in remove() 18331 gl.deleteShader(m_compute_shader_id); in remove() 18332 m_compute_shader_id = 0; in remove()
|
H A D | gl4cGPUShaderFP64Tests.hpp | 66 glw::GLuint m_compute_shader_id; member
|
H A D | gl4cGPUShaderFP64Tests.cpp | 58 , m_compute_shader_id(0) in programInfo() 88 if (0 != m_compute_shader_id) in ~programInfo() 90 gl.deleteShader(m_compute_shader_id); in ~programInfo() 91 m_compute_shader_id = 0; in ~programInfo() 149 m_compute_shader_id = gl.createShader(ARB_COMPUTE_SHADER); in build() 152 compile(m_compute_shader_id, compute_shader_code); in build() 273 if (0 != m_compute_shader_id) in link() 275 gl.attachShader(m_program_object_id, m_compute_shader_id); in link()
|
H A D | gl4cShaderSubroutineTests.hpp | 114 glw::GLuint m_compute_shader_id; member
|
H A D | gl4cShadingLanguage420PackTests.hpp | 304 glw::GLuint m_compute_shader_id; member
|