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

  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 87 projection_matrix[0] = 1.0f;
88 projection_matrix[1] = 0.0f;
89 projection_matrix[2] = 0.0f;
90 projection_matrix[3] = 0.0f;
91 projection_matrix[4] = 0.0f;
92 projection_matrix[5] = 1.0f;
93 projection_matrix[6] = 0.0f;
94 projection_matrix[7] = 0.0f;
95 projection_matrix[8] = 0.0f;
96 projection_matrix[9] = 0.0f
    [all...]
context_state_autogen.h 72 GLfloat projection_matrix[16]; variable
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/cc/output/
direct_renderer.h 50 gfx::Transform projection_matrix; member in struct:cc::DirectRenderer::DrawingFrame
direct_renderer.cc 92 frame->projection_matrix = OrthoProjectionMatrix(draw_rect.x(),
97 frame->projection_matrix = OrthoProjectionMatrix(draw_rect.x(),
software_renderer.cc 235 frame->window_matrix * frame->projection_matrix * quad_rect_matrix;
gl_renderer.cc 592 frame->projection_matrix * render_matrix);
    [all...]

Completed in 1001 milliseconds