Searched refs:kUniform3Type (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/gpu/command_buffer/service/ |
D | program_manager_unittest.cc | 191 static const GLenum kUniform3Type = GL_FLOAT_VEC3; member in gpu::gles2::ProgramManagerWithShaderTest 413 const GLenum ProgramManagerWithShaderTest::kUniform3Type; member in gpu::gles2::ProgramManagerWithShaderTest 441 kUniform3Type, 523 EXPECT_EQ(kUniform3Type, info->type); in TEST_F() 660 kUniform3Type, in TEST_F() 729 kUniform3Type, in TEST_F() 794 kUniform3Type, kUniform3Size, kUniform3Precision, in TEST_F() 836 kUniform3Type, in TEST_F() 1404 kUniform3Type, in TEST_F() 1476 kUniform3Type, in TEST_F()
|
D | gles2_cmd_decoder_unittest_base.cc | 1316 const GLenum GLES2DecoderTestBase::kUniform3Type; member in gpu::gles2::GLES2DecoderTestBase 1344 { kUniform3Name, kUniform3Size, kUniform3Type, in SetupDefaultProgram() 1378 { kUniform3Name, kUniform3Size, kUniform3Type, in SetupCubemapProgram() 1412 { kUniform3Name, kUniform3Size, kUniform3Type, in SetupSamplerExternalProgram()
|
D | gles2_cmd_decoder_unittest_base.h | 496 static const GLenum kUniform3Type = GL_FLOAT_VEC3; variable
|
D | gles2_cmd_decoder_unittest_programs.cc | 1012 {kUniform3Name, kUniform3Size, kUniform3Type, kUniform3FakeLocation, in TEST_P()
|