H A D | gles2_cmd_decoder.cc | 1154 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...] |