OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_vertex_uniform_vectors_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_group.cc
51
max_vertex_uniform_vectors_
(0u),
202
GetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS, &
max_vertex_uniform_vectors_
);
209
GetIntegerv(GL_MAX_VERTEX_UNIFORM_COMPONENTS, &
max_vertex_uniform_vectors_
);
210
max_vertex_uniform_vectors_
/= 4;
220
kMinVertexUniformVectors, &
max_vertex_uniform_vectors_
)) {
235
max_vertex_uniform_vectors_
=
237
max_vertex_uniform_vectors_
);
context_group.h
109
return
max_vertex_uniform_vectors_
;
200
uint32
max_vertex_uniform_vectors_
;
member in class:gpu::gles2::ContextGroup
Completed in 247 milliseconds