Home
last modified time | relevance | path

Searched refs:yuv_matrix_location (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/output/
Dshader.h629 int yuv_matrix_location() const { return yuv_matrix_location_; } in yuv_matrix_location() function
659 int yuv_matrix_location() const { return yuv_matrix_location_; } in yuv_matrix_location() function
Dgl_renderer.cc1604 int yuv_matrix_location = -1; in DrawYUVVideoQuad() local
1617 yuv_matrix_location = program->fragment_shader().yuv_matrix_location(); in DrawYUVVideoQuad()
1629 yuv_matrix_location = program->fragment_shader().yuv_matrix_location(); in DrawYUVVideoQuad()
1649 GLC(gl_, gl_->UniformMatrix3fv(yuv_matrix_location, 1, 0, yuv_to_rgb)); in DrawYUVVideoQuad()