Searched refs:m_internal_format (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
H A D | es32cCopyImageTests.cpp | 80 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_INTEGER, m_type, data); in createTexture() 166 << ". Texture internal format: " << glu::getTextureFormatStr(m_internal_format) << tcu::TestLog::EndMessage; in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferTextureBufferRange.hpp | 161 return m_internal_format; in get_internal_format() 209 glw::GLenum m_internal_format; member in glcts::FormatInfo
|
H A D | esextcTextureBufferTextureBufferRange.cpp | 49 , m_internal_format(GL_NONE) in FormatInfo() 67 , m_internal_format(internalFormat) in FormatInfo() 82 switch (m_internal_format) in configure()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 2588 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); in iterate() 2787 << "]. Format src: " << glu::getInternalFormatParameterStr(test_case.m_src.m_internal_format) in copyAndVerify() 2788 << ", dst: " << glu::getInternalFormatParameterStr(test_case.m_dst.m_internal_format) in copyAndVerify() 2905 const GLuint left_pixel_size = Utils::getPixelSizeForFormat(left_desc.m_internal_format); in compareImages() 2908 const GLuint right_pixel_size = Utils::getPixelSizeForFormat(right_desc.m_internal_format); in compareImages() 2950 left_desc.m_internal_format, left_pixel_data, in compareImages() 2952 right_desc.m_internal_format, right_pixel_data)) in compareImages() 2958 << ", data: " << Utils::getPixelString(left_desc.m_internal_format, left_pixel_data) in compareImages() 2961 << ", data: " << Utils::getPixelString(right_desc.m_internal_format, right_pixel_data) in compareImages() 3074 const GLenum internal_format = desc.m_internal_format; in prepareDstPxls() [all...] |
H A D | gl4cCopyImageTests.hpp | 111 glw::GLenum m_internal_format; member 212 glw::GLenum m_internal_format; member 684 glw::GLint m_internal_format; member
|
H A D | gl3cTextureSwizzleTests.cpp | 180 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() 1817 if (texture_formats[i].m_internal_format == internal_format) in get_index_of_format() 1931 switch (desc->m_internal_format) in get_descriptor_for_channel() 1955 return get_descriptor_for_channel(format, channel).m_internal_format; in get_internal_format_for_channel() 2729 switch (texture_format.m_internal_format) in fillSourceTexture() 2997 switch (format.m_internal_format) in isTargetSuppByFormat() 3056 << ". Format: " << glu::getTextureFormatName(source_format.m_internal_format) in logTestCaseDetials() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 3375 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, format.m_source.m_internal_format, in prepareCompresedTexture() 3400 format.m_source.m_internal_format, image_size, image_data); in prepareCompresedTexture() 3426 gl.compressedTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, format.m_source.m_internal_format, in prepareCompresedTexture() 3463 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, texture_format.m_source.m_internal_format, in prepareTexture() 3473 gl.texImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, texture_format.m_source.m_internal_format, in prepareTexture() 3504 if ((texture_format.m_source.m_internal_format == GL_RGBA32UI) || in prepareTexture() 3505 (texture_format.m_source.m_internal_format == GL_RGBA32I) || in prepareTexture() 3506 (texture_format.m_source.m_internal_format == GL_STENCIL_INDEX8) || in prepareTexture() 3507 (texture_format.m_source.m_internal_format == GL_DEPTH_COMPONENT32F)) in prepareTexture() 3708 format.m_destination.m_internal_format, image_widt [all...] |
H A D | esextcTextureCubeMapArraySampling.hpp | 245 glw::GLenum m_internal_format; member
|
Completed in 20 milliseconds