Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp884 gl.texBufferRange(m_glExtTokens.TEXTURE_BUFFER, info.get_internal_format(), m_tbo_id, offset, in iterate()
1013 gl.bindImageTexture(0, m_tbo_tex_id, 0, GL_FALSE, 0, GL_READ_ONLY, info.get_internal_format()); in iterate()
1091 << "Internal Format: " << glu::getUncompressedTextureFormatName(info.get_internal_format()) in checkResult()
1129 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1156 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1184 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1323 if (info.get_internal_format() == GL_R8 || info.get_internal_format() == GL_RG8 || in fillInputData()
1324 info.get_internal_format() == GL_RGBA8) in fillInputData()
DesextcTextureBufferTextureBufferRange.hpp159 glw::GLenum get_internal_format() in get_internal_format() function in glcts::FormatInfo
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.h88 enum pipe_format (*get_internal_format)(struct pipe_resource *prsc); member
Du_transfer_helper.c45 if (helper->vtbl->get_internal_format) { in handle_transfer()
47 helper->vtbl->get_internal_format(prsc); in handle_transfer()
365 iformat = helper->vtbl->get_internal_format(ptrans->resource); in flush_region()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c766 .get_internal_format = vc5_resource_get_internal_format,
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1173 .get_internal_format = fd_resource_get_internal_format,