Home
last modified time | relevance | path

Searched refs:genRequired (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Darrayobj.c440 bind_vertex_array(struct gl_context *ctx, GLuint id, GLboolean genRequired) in bind_vertex_array() argument
463 if (genRequired) { in bind_vertex_array()
486 newObj->ARBsemantics = genRequired; in bind_vertex_array()
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp104 virtual bool genRequired (void) const { return true; } in genRequired() function in deqp::gls::LifetimeTests::details::Binder
126 bool genRequired (void) const { return m_genRequired; } in genRequired() function in deqp::gls::LifetimeTests::details::SimpleBinder
DglsLifetimeTests.cpp989 if (binder().genRequired()) in testBindNoGen()
1135 const bool genRequired = binder == DE_NULL || binder->genRequired(); in replaceName() local
1137 if (genRequired) in replaceName()
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp190 bool genRequired (void) const { return true; } in genRequired() function in deqp::gles3::Functional::__anon305129e40111::SamplerBinder