Searched refs:kUniform2RealLocation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager_unittest.cc184 static const GLint kUniform2RealLocation = 22; member in class:gpu::gles2::ProgramManagerWithShaderTest
406 const GLint ProgramManagerWithShaderTest::kUniform2RealLocation; member in class:gpu::gles2::ProgramManagerWithShaderTest
435 kUniform2RealLocation,
516 EXPECT_EQ(kUniform2RealLocation, info->element_locations[0]);
617 EXPECT_EQ(kUniform2RealLocation, real_location);
632 EXPECT_EQ(kUniform2RealLocation + 2 * 2, real_location);
654 kUniform2RealLocation,
723 kUniform2RealLocation,
830 kUniform2RealLocation,
1398 kUniform2RealLocation,
[all...]
H A Dgles2_cmd_decoder_unittest_programs.cc94 EXPECT_CALL(*gl_, GetUniformiv(kServiceProgramId, kUniform2RealLocation, _))
202 EXPECT_CALL(*gl_, GetUniformfv(kServiceProgramId, kUniform2RealLocation, _))
1011 kUniform2RealLocation, kUniform2DesiredLocation},
H A Dgles2_cmd_decoder_unittest_base.cc1304 const GLint GLES2DecoderTestBase::kUniform2RealLocation; member in class:gpu::gles2::GLES2DecoderTestBase
1342 kUniform2FakeLocation, kUniform2RealLocation,
1376 kUniform2FakeLocation, kUniform2RealLocation,
1410 kUniform2FakeLocation, kUniform2RealLocation,
H A Dgles2_cmd_decoder_unittest_base.h484 static const GLint kUniform2RealLocation = 10; member in class:gpu::gles2::GLES2DecoderTestBase

Completed in 235 milliseconds