Searched defs:real_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtest_helper.h62 GLint real_location; member in struct:gpu::gles2::TestHelper::UniformInfo
H A Dprogram_manager.cc693 GLint fake_location, GLint* real_location, GLint* array_index) const {
694 DCHECK(real_location);
709 *real_location = uniform_info.element_locations[element_index];
692 GetUniformInfoByFakeLocation( GLint fake_location, GLint* real_location, GLint* array_index) const argument
H A Dprogram_manager_unittest.cc612 GLint real_location = -1; local
616 kUniform2FakeLocation, &real_location, &array_index);
617 EXPECT_EQ(kUniform2RealLocation, real_location);
621 real_location = -1;
624 kInvalidLocation, &real_location, &array_index);
626 EXPECT_EQ(-1, real_location);
630 loc, &real_location, &array_index);
632 EXPECT_EQ(kUniform2RealLocation + 2 * 2, real_location);
H A Dgles2_cmd_decoder.cc1208 GLint* real_location,
1579 error::Error* error, GLint* real_location, GLuint* service_id,
5872 GLint* real_location,
5877 DCHECK(real_location);
5885 fake_location, real_location, &array_index);
5914 GLint real_location = -1; local
5918 &real_location,
5929 glUniform1i(real_location, v0);
5935 GLint real_location = -1; local
5939 &real_location,
5868 PrepForSetUniformByLocation( GLint fake_location, const char* function_name, Program::UniformApiType api_type, GLint* real_location, GLenum* type, GLsizei* count) argument
5959 GLint real_location = -1; local
5982 GLint real_location = -1; local
6006 GLint real_location = -1; local
6030 GLint real_location = -1; local
6054 GLint real_location = -1; local
6069 GLint real_location = -1; local
6084 GLint real_location = -1; local
6100 GLint real_location = -1; local
6116 GLint real_location = -1; local
6132 GLint real_location = -1; local
9104 GetUniformSetup( GLuint program_id, GLint fake_location, uint32 shm_id, uint32 shm_offset, error::Error* error, GLint* real_location, GLuint* service_id, void** result_pointer, GLenum* result_type) argument
9172 GLint real_location = -1; local
9192 GLint real_location = -1; local
[all...]

Completed in 594 milliseconds