Searched refs:get_internal_format (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 884 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()
|
D | esextcTextureBufferTextureBufferRange.hpp | 159 glw::GLenum get_internal_format() in get_internal_format() function in glcts::FormatInfo
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer_helper.h | 88 enum pipe_format (*get_internal_format)(struct pipe_resource *prsc); member
|
D | u_transfer_helper.c | 45 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/ |
D | vc5_resource.c | 766 .get_internal_format = vc5_resource_get_internal_format,
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 1173 .get_internal_format = fd_resource_get_internal_format,
|