Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferBufferParameters.cpp41 const glw::GLint TextureBufferBufferParameters::m_bo_size =
50 TextureBufferBufferParameters::TextureBufferBufferParameters(Context& context, const ExtParameters&… in TextureBufferBufferParameters() function in glcts::TextureBufferBufferParameters
57 void TextureBufferBufferParameters::deinit(void) in deinit()
80 void TextureBufferBufferParameters::initTest(void) in initTest()
106 glw::GLboolean TextureBufferBufferParameters::queryBufferParameteriv(glw::GLenum target, glw::GLenu… in queryBufferParameteriv()
138 glw::GLboolean TextureBufferBufferParameters::queryBufferParameteri64v(glw::GLenum target, glw::GLe… in queryBufferParameteri64v()
170 glw::GLboolean TextureBufferBufferParameters::queryBufferPointerv(glw::GLenum target, glw::GLenum p… in queryBufferPointerv()
202 tcu::TestNode::IterateResult TextureBufferBufferParameters::iterate(void) in iterate()
DesextcTextureBufferBufferParameters.hpp104 class TextureBufferBufferParameters : public TestCaseBase class
108 TextureBufferBufferParameters(Context& context, const ExtParameters& extParams, const char* name,
111 virtual ~TextureBufferBufferParameters() in ~TextureBufferBufferParameters()
DesextcTextureBufferTests.cpp112 …addChild(new TextureBufferBufferParameters(m_context, m_extParams, "texture_buffer_buffer_paramete… in init()