Home
last modified time | relevance | path

Searched refs:m_formats (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.cpp550 : m_formats (formats) in FboVerifier()
583 if (m_formats.isKnownFormat(it->second->internalFormat)) in validStatusCodes()
585 const FormatFlags flags = m_formats.getFormatInfo(it->second->internalFormat); in validStatusCodes()
611 if (m_formats.isKnownFormat(it->second->internalFormat)) in validStatusCodes()
613 const FormatFlags flags = m_formats.getFormatInfo(it->second->internalFormat); in validStatusCodes()
638 checkAttachmentCompleteness(*cctx, att, attPoint, image, m_formats); in validStatusCodes()
DglsFboUtil.hpp436 const FormatDB& m_formats; member in deqp::gls::FboUtil::FboVerifier
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerFactory.java73 private static Hashtable m_formats = new Hashtable(); field in SerializerFactory
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp1119 std::vector<GLenum> m_formats; member in deqp::gles3::Functional::ProgramBinaryCase
1149 return (std::find(m_formats.begin(), m_formats.end(), format) != m_formats.end()); in isFormatSupported()
1193 getBinaryFormats(m_formats); in init()
1200 if (m_formats.empty()) in iterate()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1731m_formats.push_back(formatDefinition(GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, false, Float, "GL_RGBA8"… in TextureCubeMapArraySamplingTest()
1732m_formats.push_back(formatDefinition(GL_RGBA32I, GL_RGBA_INTEGER, GL_INT, false, Int, "GL_RGBA32I"… in TextureCubeMapArraySamplingTest()
1733m_formats.push_back(formatDefinition(GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT, false, UInt, "… in TextureCubeMapArraySamplingTest()
1735m_formats.push_back(formatDefinition(GL_DEPTH_COMPONENT32F, GL_DEPTH_COMPONENT, GL_FLOAT, false, G… in TextureCubeMapArraySamplingTest()
1737m_formats.push_back(formatDefinition(GL_STENCIL_INDEX8, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, false,… in TextureCubeMapArraySamplingTest()
3196 testFormats(m_formats, m_resolutions); in iterate()
DesextcTextureCubeMapArraySampling.hpp679 formatsVectorType m_formats; member in glcts::TextureCubeMapArraySamplingTest