Home
last modified time | relevance | path

Searched refs:TextureBufferTextureBufferRange (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.hpp223 class TextureBufferTextureBufferRange : public TestCaseBase class
227 TextureBufferTextureBufferRange(Context& context, const ExtParameters& extParams, const char* name,
230 virtual ~TextureBufferTextureBufferRange() in ~TextureBufferTextureBufferRange()
DesextcTextureBufferTextureBufferRange.cpp569 TextureBufferTextureBufferRange::TextureBufferTextureBufferRange(Context& context, const ExtParamet… in TextureBufferTextureBufferRange() function in glcts::TextureBufferTextureBufferRange
593 void TextureBufferTextureBufferRange::initTest(void) in initTest()
676 std::string TextureBufferTextureBufferRange::getComputeShaderCode(FormatInfo& info) const in getComputeShaderCode()
716 std::string TextureBufferTextureBufferRange::getFragmentShaderCode(FormatInfo& info) const in getFragmentShaderCode()
739 std::string TextureBufferTextureBufferRange::getVertexShaderCode(FormatInfo& info) const in getVertexShaderCode()
775 void TextureBufferTextureBufferRange::cleanIteration() in cleanIteration()
862 tcu::TestNode::IterateResult TextureBufferTextureBufferRange::iterate(void) in iterate()
1053 bool TextureBufferTextureBufferRange::checkResult(FormatInfo& info, const char* phase, bool transfo… in checkResult()
1217 void TextureBufferTextureBufferRange::logError(const char* phase, const char* internalFormat, glw::… in logError()
1231 void TextureBufferTextureBufferRange::deinit(void) in deinit()
[all …]
DesextcTextureBufferTests.cpp88 …new TextureBufferTextureBufferRange(m_context, m_extParams, "texture_buffer_texture_buffer_range",… in init()