OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_varying_vectors
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc
56
EXPECT_EQ(0u, group_->
max_varying_vectors
());
81
group_->
max_varying_vectors
());
feature_info.h
86
GLint
max_varying_vectors
;
member in struct:gpu::gles2::FeatureInfo::Workarounds
program_manager.h
360
uint32
max_varying_vectors
);
398
uint32
max_varying_vectors
() const {
function in class:gpu::gles2::ProgramManager
context_group.h
98
uint32
max_varying_vectors
() const {
function in class:gpu::gles2::ContextGroup
context_group.cc
235
if (feature_info_->workarounds().
max_varying_vectors
) {
238
static_cast<uint32>(feature_info_->workarounds().
max_varying_vectors
));
program_manager.cc
[
all
...]
feature_info.cc
100
workarounds->
max_varying_vectors
= 16;
155
max_varying_vectors
(0),
[
all
...]
gles2_cmd_decoder.cc
[
all
...]
/external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp
208
LIMIT_CASE(
max_varying_vectors
, GL_MAX_VARYING_VECTORS, GLint, 8);
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h
149
GLint
max_varying_vectors
;
member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc
65
max_varying_vectors
(0),
710
*params = static_state_.int_state.
max_varying_vectors
;
[
all
...]
gles2_implementation_unittest.cc
425
int_state.
max_varying_vectors
= kMaxVaryingVectors;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp
498
LIMIT_CASE(
max_varying_vectors
, GL_MAX_VARYING_VECTORS, GLint, 15);
Completed in 1622 milliseconds