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 43 static const GLint kMaxVaryingVectors = 8;
44 static const GLint kMaxVaryingFloats = kMaxVaryingVectors * 4;
context_group_unittest.cc 86 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxVaryingVectors),
gles2_cmd_decoder_unittest_base.h 382 static const GLint kMaxVaryingVectors = 8;
program_manager_unittest.cc 39 const uint32 kMaxVaryingVectors = 8;
46 ProgramManagerTest() : manager_(NULL, kMaxVaryingVectors) { }
144 : manager_(NULL, kMaxVaryingVectors), program_(NULL) {
    [all...]
test_helper.cc 57 const GLint TestHelper::kMaxVaryingVectors;
gles2_cmd_decoder_unittest_base.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 314 static const GLint kMaxVaryingVectors = 8;
381 int_state.max_varying_vectors = kMaxVaryingVectors;
524 const GLint GLES2ImplementationTest::kMaxVaryingVectors;
    [all...]

Completed in 45 milliseconds