Searched refs:TextureCubeMapArrayImageOpCompute (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageOperations.cpp | 43 const glw::GLfloat TextureCubeMapArrayImageOpCompute::m_f_base = 1.5f; 44 const glw::GLint TextureCubeMapArrayImageOpCompute::m_i_base = -1; 45 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_ui_base = 1; 47 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_n_components = 4; 48 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_n_dimensions = 3; 49 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_n_image_formats = 3; 50 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_n_resolutions = 4; 51 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_n_storage_type = 2; 53 const char* TextureCubeMapArrayImageOpCompute::m_mutable_storage = "MUTABLE"; 54 const char* TextureCubeMapArrayImageOpCompute::m_immutable_storage = "IMMUTABLE"; [all …]
|
D | esextcTextureCubeMapArrayTests.cpp | 102 addChild(new TextureCubeMapArrayImageOpCompute(m_context, m_extParams, "image_op_compute_sh", in init() 104 …addChild(new TextureCubeMapArrayImageOpCompute(m_context, m_extParams, "image_op_vertex_sh", "Test… in init() 106 addChild(new TextureCubeMapArrayImageOpCompute(m_context, m_extParams, "image_op_fragment_sh", in init() 108 addChild(new TextureCubeMapArrayImageOpCompute(m_context, m_extParams, "image_op_geometry_sh", in init() 111 …addChild(new TextureCubeMapArrayImageOpCompute(m_context, m_extParams, "image_op_tessellation_cont… in init() 115 …addChild(new TextureCubeMapArrayImageOpCompute(m_context, m_extParams, "image_op_tessellation_eval… in init()
|
D | esextcTextureCubeMapArrayImageOperations.hpp | 106 class TextureCubeMapArrayImageOpCompute : public TestCaseBase class 110 …TextureCubeMapArrayImageOpCompute(Context& context, const ExtParameters& extParams, const char* na… 113 virtual ~TextureCubeMapArrayImageOpCompute(void) in ~TextureCubeMapArrayImageOpCompute()
|