Home
last modified time | relevance | path

Searched refs:m_layered_program_id (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp196 , m_layered_program_id(0) in TextureCubeMapArrayColorDepthAttachmentsTest()
344 if (0 != m_layered_program_id) in deinit()
346 gl.deleteProgram(m_layered_program_id); in deinit()
348 m_layered_program_id = 0; in deinit()
580 m_layered_program_id = gl.createProgram(); in initTest()
602 if (!buildProgram(m_layered_program_id, m_fragment_shader_id, 1, &m_fragment_shader_code, in initTest()
825 gl.useProgram(m_layered_program_id); in testLayeredRendering()
H A DesextcTextureCubeMapArrayColorDepthAttachments.hpp108 glw::GLuint m_layered_program_id; member in glcts::TextureCubeMapArrayColorDepthAttachmentsTest