HomeSort by relevance Sort by last modified time
    Searched refs:matrix_handle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 54 GLuint matrix_handle_[kNumPrograms]; member in class:gpu::CopyTextureCHROMIUMResourceManager
gles2_cmd_copy_texture_chromium.cc 227 matrix_handle_[i] = 0;
295 matrix_handle_[program] = glGetUniformLocation(programs_[program],
378 glUniformMatrix4fv(matrix_handle_[program], 1, GL_FALSE, transform_matrix);

Completed in 1026 milliseconds