Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTextureUtil.hpp93 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTexture…
94 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int …
DgluTextureUtil.cpp1213 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBu…
1225 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int m… in getTextureBufferEffectiveRefTexture() function
1227 …return getTextureBufferEffectiveRefTexture(const_cast<TextureBuffer&>(buffer), maxTextureBufferSiz… in getTextureBufferEffectiveRefTexture()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp356 …const tcu::ConstPixelBufferAccess effectiveRefTexture = glu::getTextureBufferEffectiveRefTexture(… in iterate()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp663 …const tcu::ConstPixelBufferAccess effectiveAccess = glu::getTextureBufferEffectiveRefTexture(tex… in renderReference()