Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp254 struct formatDefinition struct in glcts::TextureCubeMapArraySamplingTest
256 formatDefinition(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed,
259 formatDefinition(glw::GLenum src_internal_format, glw::GLenum src_format, glw::GLenum src_type,
305 typedef std::vector<formatDefinition> formatsVectorType;
340 void init(const glw::Functions& gl, const formatDefinition& format, const resolutionDefinition& resolution);
420 void init(const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function,
469 void init(const glw::Functions& gl, const formatDefinition& format,
562 void init(const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function,
655 void prepareCompresedTexture(const textureDefinition& texture, const formatDefinition& format,
658 void prepareTexture(const textureDefinition& texture, const formatDefinition
[all...]
H A DesextcTextureCubeMapArraySampling.cpp1726 m_formats.push_back(formatDefinition(GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, false, Float, "GL_RGBA8")); in TextureCubeMapArraySamplingTest()
1727 m_formats.push_back(formatDefinition(GL_RGBA32I, GL_RGBA_INTEGER, GL_INT, false, Int, "GL_RGBA32I")); in TextureCubeMapArraySamplingTest()
1728 m_formats.push_back(formatDefinition(GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT, false, UInt, "GL_RGBA32UI")); in TextureCubeMapArraySamplingTest()
1730 m_formats.push_back(formatDefinition(GL_DEPTH_COMPONENT32F, GL_DEPTH_COMPONENT, GL_FLOAT, false, GL_RGBA8, GL_RGBA, in TextureCubeMapArraySamplingTest()
1732 m_formats.push_back(formatDefinition(GL_STENCIL_INDEX8, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, false, GL_R32UI, in TextureCubeMapArraySamplingTest()
3358 const formatDefinition& format, in prepareCompresedTexture()
3446 const formatDefinition& texture_format, in prepareTexture()
3567 void TextureCubeMapArraySamplingTest::setupSharedStorageBuffers(const formatDefinition& format, in setupSharedStorageBuffers()
3662 void TextureCubeMapArraySamplingTest::testTexture(const formatDefinition& format, bool mutability,
3897 bool TextureCubeMapArraySamplingTest::verifyResult(const formatDefinition
4191 TextureCubeMapArraySamplingTest::formatDefinition::formatDefinition(glw::GLenum internal_format, glw::GLenum format, global() function in glcts::TextureCubeMapArraySamplingTest::formatDefinition
4213 TextureCubeMapArraySamplingTest::formatDefinition::formatDefinition(glw::GLenum src_internal_format, global() function in glcts::TextureCubeMapArraySamplingTest::formatDefinition
[all...]

Completed in 9 milliseconds