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

/external/deqp/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp89 const bool m_isArrayType; member in class:deqp::gles31::Functional::__anon4880::TextureSizeCase
105 , m_isArrayType (m_type == TEXTURE_FLOAT_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == TEXTURE_UINT_2D_ARRAY)
155 if (m_isArrayType && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
193 if (!m_isArrayType)
333 if (!m_isArrayType)
338 if (m_isArrayType)
382 if (!m_isArrayType)
391 if (!m_isArrayType)
433 if (m_isArrayType)
H A Des31fTextureMultisampleTests.cpp1082 const bool m_isArrayType; member in class:deqp::gles31::Functional::__anon4909::MultisampleTextureUsageCase
1097 , m_isArrayType (m_type == TEXTURE_COLOR_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == TEXTURE_UINT_2D_ARRAY || m_type == TEXTURE_DEPTH_2D_ARRAY)
1111 const glw::GLenum textureTarget = (m_isArrayType) ? (GL_TEXTURE_2D_MULTISAMPLE_ARRAY) : (GL_TEXTURE_2D_MULTISAMPLE);
1118 if (m_isArrayType && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
1141 if (m_isArrayType)
1152 m_testCtx.getLog() << tcu::TestLog::Message << "Creating multisample " << ((m_isDepthFormat) ? ("depth") : ("")) << " texture" << ((m_isArrayType) ? (" array") : ("")) << tcu::TestLog::EndMessage;
1158 if (m_isArrayType)
1169 if (m_isArrayType)
1321 if (m_isArrayType)
1331 if (m_isArrayType)
[all...]

Completed in 75 milliseconds