Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTexture.hpp259 class TextureBuffer class
262 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
263TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t o…
265 ~TextureBuffer (void);
287 TextureBuffer (const TextureBuffer& other); // Not allowed!
288 TextureBuffer& operator= (const TextureBuffer& other); // Not allowed!
DgluTexture.cpp691 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferS… in TextureBuffer() function in glu::TextureBuffer
702 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferS… in TextureBuffer() function in glu::TextureBuffer
713 void TextureBuffer::init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, c… in init()
782 TextureBuffer::~TextureBuffer (void) in ~TextureBuffer()
791 void TextureBuffer::upload (void) in upload()
801 void TextureBuffer::bufferData (const deUint8* data, size_t size) in bufferData()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp431 glu::TextureBuffer& texture) in modifyBufferData()
446 glu::TextureBuffer& texture) in modifyBufferSubData()
469 glu::TextureBuffer& texture) in modifyMapWrite()
503 glu::TextureBuffer& texture) in modifyMapReadWrite()
557 glu::TextureBuffer& texture) in modify()
581 glu::TextureBuffer& texture) in renderGL()
660 glu::TextureBuffer& texture, in renderReference()
760 glu::TextureBuffer& texture, in render()
888 glu::TextureBuffer texture (renderContext, format, bufferSize, offset, size, &(bufferData[0])); in runTests()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp262 glu::TextureBuffer* m_texture;
296 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize()); in init()