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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java 49 public static final byte TYPE_GEOMETRY = 7;
274 if (getFilterType() == FilterRepresentation.TYPE_GEOMETRY
275 && representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
FilterStraightenRepresentation.java 42 setFilterType(FilterRepresentation.TYPE_GEOMETRY);
FilterCropRepresentation.java 42 setFilterType(FilterRepresentation.TYPE_GEOMETRY);
FilterMirrorRepresentation.java 73 setFilterType(FilterRepresentation.TYPE_GEOMETRY);
FilterRotateRepresentation.java 69 setFilterType(FilterRepresentation.TYPE_GEOMETRY);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 196 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY
362 } else if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
372 if (rep.getFilterType() != FilterRepresentation.TYPE_GEOMETRY) {
448 if (r.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
510 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
561 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY
CacheProcessing.java 98 if (representation.getFilterType() != FilterRepresentation.TYPE_GEOMETRY) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 307 if (ld->bb->getProgram()->getType() != Program::TYPE_GEOMETRY)
352 if (pt == Program::TYPE_GEOMETRY) {
nv50_ir_emit_nv50.cpp 379 if (progType == Program::TYPE_GEOMETRY) {
397 assert(progType == Program::TYPE_GEOMETRY ||
405 if (progType == Program::TYPE_GEOMETRY) {
420 assert(progType != Program::TYPE_GEOMETRY);
    [all...]
nv50_ir.h 1018 TYPE_GEOMETRY,
nv50_ir_lowering_nv50.cpp 271 (prog->getType() == Program::TYPE_GEOMETRY ||
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 307 if (ld->bb->getProgram()->getType() != Program::TYPE_GEOMETRY)
352 if (pt == Program::TYPE_GEOMETRY) {
nv50_ir_emit_nv50.cpp 379 if (progType == Program::TYPE_GEOMETRY) {
397 assert(progType == Program::TYPE_GEOMETRY ||
405 if (progType == Program::TYPE_GEOMETRY) {
420 assert(progType != Program::TYPE_GEOMETRY);
    [all...]
nv50_ir.h 1018 TYPE_GEOMETRY,
nv50_ir_lowering_nv50.cpp 271 (prog->getType() == Program::TYPE_GEOMETRY ||
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 622 if (prog->getType() == Program::TYPE_GEOMETRY) {
1004 if (prog->getType() == Program::TYPE_GEOMETRY) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 622 if (prog->getType() == Program::TYPE_GEOMETRY) {
1004 if (prog->getType() == Program::TYPE_GEOMETRY) {
    [all...]

Completed in 469 milliseconds