Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/output/ | |
shader.h | 307 int color_matrix_location() const { return color_matrix_location_; } 315 int color_matrix_location_; member in class:cc::FragmentTexColorMatrixAlphaBinding 551 int color_matrix_location() const { return color_matrix_location_; } 560 int color_matrix_location_; member in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrixAA 575 int color_matrix_location() const { return color_matrix_location_; } 581 int color_matrix_location_; member in class:cc::FragmentShaderRGBATexAlphaColorMatrixAA 603 int color_matrix_location() const { return color_matrix_location_; } 612 int color_matrix_location_; member in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrix |
shader.cc | 654 color_matrix_location_(-1), 676 color_matrix_location_ = locations[2]; [all...] |