OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RENDERBITS_NONE
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsTextureBufferCase.hpp
54
RENDERBITS_NONE
= 0,
/external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp
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()));
Completed in 743 milliseconds