Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp89 const bool m_isArrayType; member in deqp::gles31::Functional::__anon45fcd47a0111::TextureSizeCase
105 …, m_isArrayType (m_type == TEXTURE_FLOAT_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type ==… in TextureSizeCase()
155 …if (m_isArrayType && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_mult… in init()
193 if (!m_isArrayType) in init()
333 if (!m_isArrayType) in genFragmentSource()
338 if (m_isArrayType) in genFragmentSource()
382 if (!m_isArrayType) in createTexture()
391 if (!m_isArrayType) in createTexture()
433 if (m_isArrayType) in runShader()
Des31fTextureMultisampleTests.cpp1082 const bool m_isArrayType; member in deqp::gles31::Functional::__anona9e459750111::MultisampleTextureUsageCase
1097 …, m_isArrayType (m_type == TEXTURE_COLOR_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == … in MultisampleTextureUsageCase()
1111 …const glw::GLenum textureTarget = (m_isArrayType) ? (GL_TEXTURE_2D_MULTISAMPLE_ARRAY) : (GL_TEXTU… in init()
1118 …if (m_isArrayType && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_mult… in init()
1141 if (m_isArrayType) in init()
1152 …sample " << ((m_isDepthFormat) ? ("depth") : ("")) << " texture" << ((m_isArrayType) ? (" array") … in init()
1158 if (m_isArrayType) in init()
1169 if (m_isArrayType) in init()
1321 if (m_isArrayType) in genSamplerShader()
1331 if (m_isArrayType) in genSamplerShader()
[all …]