/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_reader.cpp | 912 s_expression *s_coord = NULL; local 921 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; 923 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod }; 927 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod }; 965 tex->coordinate = read_rvalue(s_coord);
|
/external/mesa3d/src/glsl/ |
ir_reader.cpp | 912 s_expression *s_coord = NULL; local 921 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; 923 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod }; 927 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod }; 965 tex->coordinate = read_rvalue(s_coord);
|
/system/core/libpixelflinger/ |
picker.cpp | 141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
|
buffer.cpp | 47 t.s_coord = GGL_ONE_TO_ONE;
|
pixelflinger.cpp | 486 if (coord == GGL_S) coord_ptr = &(c->activeTMU->s_coord);
|
scanline.cpp | 706 if (tx.s_coord != GGL_ONE_TO_ONE) { [all...] |
/system/core/include/private/pixelflinger/ |
ggl_context.h | 411 uint32_t s_coord; member in struct:android::texture_t
|