OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_vertex_attribs
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.h
26
GLuint
max_vertex_attribs
,
vertex_array_object_manager.cc
153
explicit VertexArrayObject(GLuint
max_vertex_attribs
);
196
VertexArrayObject::VertexArrayObject(GLuint
max_vertex_attribs
)
199
vertex_attribs_.resize(
max_vertex_attribs
);
330
GLuint
max_vertex_attribs
,
333
: max_vertex_attribs_(
max_vertex_attribs
),
340
default_vertex_array_object_(new VertexArrayObject(
max_vertex_attribs
)),
gles2_implementation.h
146
GLint
max_vertex_attribs
;
member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc
65
max_vertex_attribs
(0),
189
static_state_.int_state.
max_vertex_attribs
,
666
*params = static_state_.int_state.
max_vertex_attribs
;
[
all
...]
gles2_implementation_unittest.cc
382
int_state.
max_vertex_attribs
= kMaxVertexAttribs;
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc
57
EXPECT_EQ(0u, group_->
max_vertex_attribs
());
77
group_->
max_vertex_attribs
());
vertex_attrib_manager.cc
123
uint32
max_vertex_attribs
, bool init_attribs) {
124
vertex_attribs_.resize(
max_vertex_attribs
);
context_group.h
84
uint32
max_vertex_attribs
() const {
function in class:gpu::gles2::ContextGroup
gles2_cmd_decoder.cc
[
all
...]
gles2_cmd_decoder_unittest_base.cc
954
for (uint32 vv = 0; vv < group_->
max_vertex_attribs
(); ++vv) {
[
all
...]
Completed in 673 milliseconds