Home
last modified time | relevance | path

Searched refs:getTextureBufferEffectiveRefTexture (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.hpp89 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture(TextureBuffer &buffer, int maxTextureBuf…
90 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture(const TextureBuffer &buffer, int ma…
DgluTextureUtil.cpp1583 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture(TextureBuffer &buffer, int maxTextureBuf…
1594 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture(const TextureBuffer &buffer, int ma… in getTextureBufferEffectiveRefTexture() function
1596 …return getTextureBufferEffectiveRefTexture(const_cast<TextureBuffer &>(buffer), maxTextureBufferSi… in getTextureBufferEffectiveRefTexture()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp389 glu::getTextureBufferEffectiveRefTexture(*m_texture, m_maxTextureBufferSize); in iterate()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp646 glu::getTextureBufferEffectiveRefTexture(texture, maxTextureBufferSize); in renderReference()