OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
138
void
SimpleBinder
::bind (GLuint name)
143
GLuint
SimpleBinder
::getBinding (void)
155
class VertexArrayBinder : public
SimpleBinder
159
:
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 848 milliseconds