HomeSort by relevance Sort by last modified time
    Searched refs:kMaxVaryingVectors (Results 1 - 6 of 6) 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 380 static const GLint kMaxVaryingVectors = 8;
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;
377 int_state.max_varying_vectors = kMaxVaryingVectors;
517 const GLint GLES2ImplementationTest::kMaxVaryingVectors;
    [all...]

Completed in 120 milliseconds