HomeSort by relevance Sort by last modified time
    Searched refs:kMaxVaryingVectors (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
test_helper.h 45 static const GLint kMaxVaryingVectors = 8;
46 static const GLint kMaxVaryingFloats = kMaxVaryingVectors * 4;
context_group_unittest.cc 80 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxVaryingVectors),
gles2_cmd_decoder_unittest_base.h 403 static const GLint kMaxVaryingVectors = 8;
program_manager_unittest.cc 38 const uint32 kMaxVaryingVectors = 8;
45 ProgramManagerTest() : manager_(NULL, kMaxVaryingVectors) { }
131 : manager_(NULL, kMaxVaryingVectors), program_(NULL) {
    [all...]
test_helper.cc 58 const GLint TestHelper::kMaxVaryingVectors;
gles2_cmd_decoder_unittest_base.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 373 static const GLint kMaxVaryingVectors = 8;
425 int_state.max_varying_vectors = kMaxVaryingVectors;
744 const GLint GLES2ImplementationTest::kMaxVaryingVectors;
    [all...]

Completed in 127 milliseconds