Searched refs:SimpleBinder (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp110 class SimpleBinder : public Binder class in namespace:deqp::gls::LifetimeTests::details
113 SimpleBinder (const Context& ctx, function in class:deqp::gls::LifetimeTests::details::SimpleBinder
360 SimpleBinder m_bufferBind;
362 SimpleBinder m_textureBind;
364 SimpleBinder m_rboBind;
366 SimpleBinder m_fboBind;
411 using details::SimpleBinder;
H A DglsLifetimeTests.cpp136 void SimpleBinder::bind (GLuint name)
141 GLuint SimpleBinder::getBinding (void)
153 class VertexArrayBinder : public SimpleBinder
157 : SimpleBinder (ctx, 0, GL_NONE, GL_VERTEX_ARRAY_BINDING, true) {}
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp169 class VertexArrayBinder : public SimpleBinder
173 : SimpleBinder (ctx, 0, GL_NONE, GL_VERTEX_ARRAY_BINDING, true) {}
403 SimpleBinder m_tfBind;

Completed in 133 milliseconds