Home
last modified time | relevance | path

Searched refs:m_internal_format (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp80 glw::GLint m_internal_format; member in glcts::IntegerTexTest
94 , m_internal_format(internal_format) in IntegerTexTest()
112 …gl.texImage2D(GL_TEXTURE_2D, 0, m_internal_format, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0, GL_RED_INTEGE… in createTexture()
166 …<< ". Texture internal format: " << glu::getTextureFormatStr(m_internal_format) << tcu::TestLog::E… in iterate()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.hpp161 return m_internal_format; in get_internal_format()
209 glw::GLenum m_internal_format; member in glcts::FormatInfo
DesextcTextureBufferTextureBufferRange.cpp49 , m_internal_format(GL_NONE) in FormatInfo()
67 , m_internal_format(internalFormat) in FormatInfo()
82 switch (m_internal_format) in configure()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2601 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); in iterate()
2800 << "]. Format src: " << glu::getInternalFormatParameterStr(test_case.m_src.m_internal_format) in copyAndVerify()
2801 << ", dst: " << glu::getInternalFormatParameterStr(test_case.m_dst.m_internal_format) in copyAndVerify()
2918 const GLuint left_pixel_size = Utils::getPixelSizeForFormat(left_desc.m_internal_format); in compareImages()
2921 const GLuint right_pixel_size = Utils::getPixelSizeForFormat(right_desc.m_internal_format); in compareImages()
2963 left_desc.m_internal_format, left_pixel_data, in compareImages()
2965 right_desc.m_internal_format, right_pixel_data)) in compareImages()
2971 << ", data: " << Utils::getPixelString(left_desc.m_internal_format, left_pixel_data) in compareImages()
2974 << ", data: " << Utils::getPixelString(right_desc.m_internal_format, right_pixel_data) in compareImages()
3087 const GLenum internal_format = desc.m_internal_format; in prepareDstPxls()
[all …]
Dgl4cCopyImageTests.hpp111 glw::GLenum m_internal_format; member
212 glw::GLenum m_internal_format; member
684 glw::GLint m_internal_format; member
Dgl3cTextureSwizzleTests.cpp180 glw::GLenum m_internal_format; member
216 glw::GLenum m_internal_format; member
1361 if ((GL_SRGB8 == format.m_internal_format) || (GL_SRGB8_ALPHA8 == format.m_internal_format)) in calculate_values_from_source()
1819 if (texture_formats[i].m_internal_format == internal_format) in get_index_of_format()
1935 switch (desc->m_internal_format) in get_descriptor_for_channel()
1959 return get_descriptor_for_channel(format, channel).m_internal_format; in get_internal_format_for_channel()
2733 switch (texture_format.m_internal_format) in fillSourceTexture()
3003 switch (format.m_internal_format) in isTargetSuppByFormat()
3062 << ". Format: " << glu::getTextureFormatName(source_format.m_internal_format) in logTestCaseDetials()
3072 << glu::getTextureFormatName(output_format.m_internal_format) << ", " in logTestCaseDetials()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3381 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, format.m_source.m_internal_format, in prepareCompresedTexture()
3406 format.m_source.m_internal_format, image_size, image_data); in prepareCompresedTexture()
3432 …gl.compressedTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, format.m_source.m_internal_format, in prepareCompresedTexture()
3469 …texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, texture_format.m_source.m_internal_format, in prepareTexture()
3479 gl.texImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, texture_format.m_source.m_internal_format, in prepareTexture()
3510 if ((texture_format.m_source.m_internal_format == GL_RGBA32UI) || in prepareTexture()
3511 (texture_format.m_source.m_internal_format == GL_RGBA32I) || in prepareTexture()
3512 (texture_format.m_source.m_internal_format == GL_STENCIL_INDEX8) || in prepareTexture()
3513 (texture_format.m_source.m_internal_format == GL_DEPTH_COMPONENT32F)) in prepareTexture()
3714 format.m_destination.m_internal_format, image_width,
[all …]
DesextcTextureCubeMapArraySampling.hpp245 glw::GLenum m_internal_format; member