HomeSort by relevance Sort by last modified time
    Searched refs:m_isArrayType (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 99 const bool m_isArrayType;
115 , m_isArrayType (m_type == TEXTURE_FLOAT_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == TEXTURE_UINT_2D_ARRAY)
166 if (m_isArrayType && !supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
204 if (!m_isArrayType)
344 if (!m_isArrayType)
352 if (m_isArrayType && !supportsES32)
398 if (!m_isArrayType)
407 if (!m_isArrayType)
449 if (m_isArrayType)
es31fTextureMultisampleTests.cpp     [all...]

Completed in 1008 milliseconds