Home
last modified time | relevance | path

Searched refs:TextureBuffer (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.hpp284 class TextureBuffer class
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!
H A DgluTextureUtil.hpp37 class TextureBuffer;
93 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBufferSize);
94 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int maxTextureBufferSize);
H A DgluTexture.cpp828 // TextureBuffer
830 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize) in TextureBuffer() function in glu::TextureBuffer
841 TextureBuffer::TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) in TextureBuffer() function in glu::TextureBuffer
852 void TextureBuffer::init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) in init()
910 TextureBuffer::~TextureBuffer (void) in ~TextureBuffer()
920 const tcu::PixelBufferAccess TextureBuffer::getFullRefTexture (void) in getFullRefTexture()
931 const tcu::ConstPixelBufferAccess TextureBuffer
[all...]
H A DgluTextureUtil.cpp1215 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBufferSize)
1227 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int maxTextureBufferSize)
1229 return getTextureBufferEffectiveRefTexture(const_cast<TextureBuffer&>(buffer), maxTextureBufferSize);
/third_party/vk-gl-cts/modules/glshared/
H A 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()
763 glu::TextureBuffer& texture, in render()
899 glu::TextureBuffer texture (renderContext, format, bufferSize, offset, size, &(bufferData[0])); in runTests()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp294 glu::TextureBuffer* m_texture;
339 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize()); in init()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp8881 ANGLE_CAPTURE(TextureBuffer, isCallValid, context, texturePacked, internalformat, in GL_TextureBuffer()

Completed in 23 milliseconds