Home
last modified time | relevance | path

Searched refs:TextureBuffer (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluTexture.hpp284 class TextureBuffer class
287 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
288TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t o…
290 ~TextureBuffer (void);
311 TextureBuffer (const TextureBuffer& other); // Not allowed!
312 TextureBuffer& operator= (const TextureBuffer& other); // Not allowed!
DgluTextureUtil.hpp37 class TextureBuffer;
93 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTexture…
94 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int …
DgluTexture.cpp830 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferS… in TextureBuffer() function in glu::TextureBuffer
841 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferS… in TextureBuffer() function in glu::TextureBuffer
852 void TextureBuffer::init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, c… in init()
910 TextureBuffer::~TextureBuffer (void) in ~TextureBuffer()
920 const tcu::PixelBufferAccess TextureBuffer::getFullRefTexture (void) in getFullRefTexture()
931 const tcu::ConstPixelBufferAccess TextureBuffer::getFullRefTexture (void) const in getFullRefTexture()
933 return const_cast<TextureBuffer*>(this)->getFullRefTexture(); in getFullRefTexture()
936 void TextureBuffer::upload (void) in upload()
DgluTextureUtil.cpp1213 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBu…
1225 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int m… in getTextureBufferEffectiveRefTexture()
1227 …return getTextureBufferEffectiveRefTexture(const_cast<TextureBuffer&>(buffer), maxTextureBufferSiz… in getTextureBufferEffectiveRefTexture()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp424 glu::TextureBuffer& texture) in modifyBufferData()
444 glu::TextureBuffer& texture) in modifyBufferSubData()
467 glu::TextureBuffer& texture) in modifyMapWrite()
501 glu::TextureBuffer& texture) in modifyMapReadWrite()
556 glu::TextureBuffer& texture) in modify()
580 glu::TextureBuffer& texture) in renderGL()
659 const glu::TextureBuffer& texture, in renderReference()
762 glu::TextureBuffer& texture, in render()
895 glu::TextureBuffer texture (renderContext, format, bufferSize, offset, size, &(bufferData[0])); in runTests()
/external/deqp-deps/glslang/Test/
Dhlsl.texturebuffer.frag7 TextureBuffer<Data> TextureBuffer_var : register(t0);
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp287 glu::TextureBuffer* m_texture;
332 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize()); in init()
/external/mesa3d/include/GL/
Dgl_mangle.h2189 #define glTextureBuffer MANGLE(TextureBuffer)