Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/output/ | |
shader.h | 129 int tex_transform_location() const { return tex_transform_location_; } 134 int tex_transform_location_; member in class:cc::VertexShaderPosTexTransform 198 int tex_transform_location() const { return tex_transform_location_; } 205 int tex_transform_location_; member in class:cc::VertexShaderQuadTexTransformAA 718 int tex_transform_location() const { return tex_transform_location_; } 724 int tex_transform_location_; member in class:cc::FragmentShaderCheckerboard |
shader.cc | 258 tex_transform_location_(-1), 278 tex_transform_location_ = locations[1]; 429 tex_transform_location_(-1) {} 453 tex_transform_location_ = locations[4]; [all...] |