HomeSort by relevance Sort by last modified time
    Searched refs:TextureBuffer (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/opengl/
gluTextureUtil.hpp 37 class TextureBuffer;
93 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBufferSize);
94 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int maxTextureBufferSize);
gluTexture.hpp 284 class TextureBuffer
287 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
288 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data = DE_NULL);
290 ~TextureBuffer (void);
311 TextureBuffer (const TextureBuffer& other); // Not allowed!
312 TextureBuffer& operator= (const TextureBuffer& other); // Not allowed!
gluTexture.cpp 828 // TextureBuffer
830 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize)
841 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data)
852 void TextureBuffer::init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data)
910 TextureBuffer::~TextureBuffer (void)
920 const tcu::PixelBufferAccess TextureBuffer::getFullRefTexture (void)
931 const tcu::ConstPixelBufferAccess TextureBuffer::getFullRefTexture (void) cons
    [all...]
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 424 glu::TextureBuffer& texture)
444 glu::TextureBuffer& texture)
467 glu::TextureBuffer& texture)
501 glu::TextureBuffer& texture)
556 glu::TextureBuffer& texture)
580 glu::TextureBuffer& texture)
659 const glu::TextureBuffer& texture,
762 glu::TextureBuffer& texture,
895 glu::TextureBuffer texture (renderContext, format, bufferSize, offset, size, &(bufferData[0]));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 287 glu::TextureBuffer* m_texture;
332 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize());
  /external/skqp/src/gpu/gl/
GrGLAssembleInterface.cpp 488 GET_PROC_SUFFIX(TextureBuffer, EXT);
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 187 milliseconds