Searched refs:m_internal_format (Results 1 - 7 of 7) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferTextureBufferRange.hpp | 161 return m_internal_format; 209 glw::GLenum m_internal_format; member in class:glcts::FormatInfo
|
H A D | esextcTextureBufferTextureBufferRange.cpp | 49 , m_internal_format(GL_NONE) 67 , m_internal_format(internalFormat) 82 switch (m_internal_format)
|
/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 2601 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); 2800 << "]. Format src: " << glu::getInternalFormatParameterStr(test_case.m_src.m_internal_format) 2801 << ", dst: " << glu::getInternalFormatParameterStr(test_case.m_dst.m_internal_format) 2918 const GLuint left_pixel_size = Utils::getPixelSizeForFormat(left_desc.m_internal_format); 2921 const GLuint right_pixel_size = Utils::getPixelSizeForFormat(right_desc.m_internal_format); 2963 left_desc.m_internal_format, left_pixel_data, 2965 right_desc.m_internal_format, right_pixel_data)) 2971 << ", data: " << Utils::getPixelString(left_desc.m_internal_format, left_pixel_data) 2974 << ", data: " << Utils::getPixelString(right_desc.m_internal_format, right_pixel_data) 3087 const GLenum internal_format = desc.m_internal_format; [all...] |
H A D | gl4cCopyImageTests.hpp | 111 glw::GLenum m_internal_format; member in struct:gl4cts::CopyImage::FunctionalTest::targetDesc 212 glw::GLenum m_internal_format; member in struct:gl4cts::CopyImage::SmokeTest::testCase
|
H A D | gl3cTextureSwizzleTests.cpp | 180 glw::GLenum m_internal_format; member in struct:gl3cts::TextureSwizzle::_out_ch_desc 216 glw::GLenum m_internal_format; member in struct:gl3cts::TextureSwizzle::_texture_format 1361 if ((GL_SRGB8 == format.m_internal_format) || (GL_SRGB8_ALPHA8 == format.m_internal_format)) 1819 if (texture_formats[i].m_internal_format == internal_format) 1935 switch (desc->m_internal_format) 1959 return get_descriptor_for_channel(format, channel).m_internal_format; 2733 switch (texture_format.m_internal_format) 3003 switch (format.m_internal_format) 3062 << ". Format: " << glu::getTextureFormatName(source_format.m_internal_format) [all...] |
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 3381 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, format.m_source.m_internal_format, 3406 format.m_source.m_internal_format, image_size, image_data); 3432 gl.compressedTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, format.m_source.m_internal_format, 3469 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, texture_format.m_source.m_internal_format, 3479 gl.texImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, texture_format.m_source.m_internal_format, 3510 if ((texture_format.m_source.m_internal_format == GL_RGBA32UI) || 3511 (texture_format.m_source.m_internal_format == GL_RGBA32I) || 3512 (texture_format.m_source.m_internal_format == GL_STENCIL_INDEX8) || 3513 (texture_format.m_source.m_internal_format == GL_DEPTH_COMPONENT32F)) 3714 format.m_destination.m_internal_format, image_widt [all...] |
H A D | esextcTextureCubeMapArraySampling.hpp | 245 glw::GLenum m_internal_format; member in struct:glcts::TextureCubeMapArraySamplingTest::formatInfo
|
Completed in 433 milliseconds