HomeSort by relevance Sort by last modified time
    Searched refs:SimpleBinder (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 110 class SimpleBinder : public Binder
113 SimpleBinder (const Context& ctx,
360 SimpleBinder m_bufferBind;
362 SimpleBinder m_textureBind;
364 SimpleBinder m_rboBind;
366 SimpleBinder m_fboBind;
411 using details::SimpleBinder;
glsLifetimeTests.cpp 136 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) {}
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 169 class VertexArrayBinder : public SimpleBinder
173 : SimpleBinder (ctx, 0, GL_NONE, GL_VERTEX_ARRAY_BINDING, true) {}
403 SimpleBinder m_tfBind;

Completed in 113 milliseconds