OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureBufferCase
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsTextureBufferCase.hpp
63
class
TextureBufferCase
: public tcu::TestCase
66
TextureBufferCase
(tcu::TestContext& testCtx,
78
~
TextureBufferCase
(void);
glsTextureBufferCase.cpp
929
TextureBufferCase
::
TextureBufferCase
(tcu::TestContext& testCtx,
956
TextureBufferCase
::~
TextureBufferCase
(void)
958
TextureBufferCase
::deinit();
961
void
TextureBufferCase
::init (void)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp
44
using deqp::gls::
TextureBufferCase
;
661
renderTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
670
renderTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
680
renderTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
702
modifyTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
711
modifyTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
721
modifyTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
744
modifyTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
767
renderTypeGroup->addChild(new
TextureBufferCase
(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, renderType, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
Completed in 60 milliseconds