Searched refs:fake_location (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.h130 GLint fake_location, GLint* real_location, GLint* array_index) const;
139 // Returns false if fake_location is a sampler and any value
142 GLint num_texture_units, GLint fake_location,
275 GLint fake_location) {
276 return fake_location & 0xFFFF;
280 GLint fake_location) {
281 return (fake_location >> 16) & 0xFFFF;
274 GetUniformInfoIndexFromFakeLocation( GLint fake_location) argument
279 GetArrayElementIndexFromFakeLocation( GLint fake_location) argument
H A Dtest_helper.h59 GLint fake_location; member in struct:gpu::gles2::TestHelper::UniformInfo
H A Dprogram_manager.cc685 GLint fake_location, GLint* real_location, GLint* array_index) const {
688 if (fake_location < 0) {
692 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
699 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
869 GLint num_texture_units, GLint fake_location,
871 if (fake_location < 0) {
874 GLint uniform_index = GetUniformInfoIndexFromFakeLocation(fake_location);
881 GLint element_index = GetArrayElementIndexFromFakeLocation(fake_location);
684 GetUniformInfoByFakeLocation( GLint fake_location, GLint* real_location, GLint* array_index) const argument
868 SetSamplers( GLint num_texture_units, GLint fake_location, GLsizei count, const GLint* value) argument
H A Dgles2_cmd_decoder.cc1154 GLint fake_location, const char* function_name,
1373 void DoUniform1i(GLint fake_location, GLint v0);
1374 void DoUniform1iv(GLint fake_location, GLsizei count, const GLint* value);
1375 void DoUniform2iv(GLint fake_location, GLsizei count, const GLint* value);
1376 void DoUniform3iv(GLint fake_location, GLsizei count, const GLint* value);
1377 void DoUniform4iv(GLint fake_location, GLsizei count, const GLint* value);
1381 void DoUniform1fv(GLint fake_location, GLsizei count, const GLfloat* value);
1382 void DoUniform2fv(GLint fake_location, GLsizei count, const GLfloat* value);
1383 void DoUniform3fv(GLint fake_location, GLsizei count, const GLfloat* value);
1384 void DoUniform4fv(GLint fake_location, GLsize
5688 PrepForSetUniformByLocation( GLint fake_location, const char* function_name, const GLES2DecoderImpl::BaseUniformInfo& base_info, GLint* real_location, GLenum* type, GLsizei* count) argument
5734 DoUniform1i(GLint fake_location, GLint v0) argument
5752 DoUniform1iv( GLint fake_location, GLsizei count, const GLint *value) argument
5773 DoUniform1fv( GLint fake_location, GLsizei count, const GLfloat* value) argument
5793 DoUniform2fv( GLint fake_location, GLsizei count, const GLfloat* value) argument
5814 DoUniform3fv( GLint fake_location, GLsizei count, const GLfloat* value) argument
5835 DoUniform4fv( GLint fake_location, GLsizei count, const GLfloat* value) argument
5856 DoUniform2iv( GLint fake_location, GLsizei count, const GLint* value) argument
5868 DoUniform3iv( GLint fake_location, GLsizei count, const GLint* value) argument
5880 DoUniform4iv( GLint fake_location, GLsizei count, const GLint* value) argument
5892 DoUniformMatrix2fv( GLint fake_location, GLsizei count, GLboolean transpose, const GLfloat* value) argument
5905 DoUniformMatrix3fv( GLint fake_location, GLsizei count, GLboolean transpose, const GLfloat* value) argument
5918 DoUniformMatrix4fv( GLint fake_location, GLsizei count, GLboolean transpose, const GLfloat* value) argument
8692 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
8755 GLint fake_location = c.location; local
8774 GLint fake_location = c.location; local
[all...]
H A Dprogram_manager_unittest.cc1067 ProgramManager::MakeFakeLocation(expected.fake_location, jj),
1117 ProgramManager::MakeFakeLocation(expected.fake_location, 0),

Completed in 131 milliseconds