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

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 67 matrix_handle(0u),
72 GLuint matrix_handle; member in struct:gpu::CopyTextureCHROMIUMResourceManager::ProgramInfo
gles2_cmd_copy_texture_chromium.cc 421 info->matrix_handle = glGetUniformLocation(info->program, "u_matrix");
437 glUniformMatrix4fv(info->matrix_handle, 1, GL_FALSE, transform_matrix);

Completed in 469 milliseconds