OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genRequired
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.c
337
* \param
genRequired
specifies behavour when id was not generated with
341
bind_vertex_array(struct gl_context *ctx, GLuint id, GLboolean
genRequired
)
365
if (
genRequired
) {
387
newObj->ARBsemantics =
genRequired
;
/external/mesa3d/src/mesa/main/
arrayobj.c
337
* \param
genRequired
specifies behavour when id was not generated with
341
bind_vertex_array(struct gl_context *ctx, GLuint id, GLboolean
genRequired
)
365
if (
genRequired
) {
387
newObj->ARBsemantics =
genRequired
;
/external/deqp/modules/glshared/
glsLifetimeTests.hpp
104
virtual bool
genRequired
(void) const { return true; }
126
bool
genRequired
(void) const { return m_genRequired; }
glsLifetimeTests.cpp
824
if (binder().
genRequired
())
970
const bool
genRequired
= binder == DE_NULL || binder->
genRequired
();
972
if (
genRequired
)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
190
bool
genRequired
(void) const { return true; }
Completed in 242 milliseconds