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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 469 if (description.hasColors) {
493 if (description.hasColors) {
516 if (description.hasColors) {
567 if (description.hasColors) {
608 && !description.hasColors
759 if (description.hasColors) {
Program.h 129 bool hasColors;
176 hasColors = false;
271 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS;
GlopBuilder.cpp 596 mDescription.hasColors = mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::Color;
  /external/clang/tools/diagtool/
TreeView.cpp 26 static bool hasColors(const llvm::raw_ostream &out) {
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {}
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java 91 public boolean hasColors(String accountName, String accountType) {
SelectSyncedCalendarsMultiAccountAdapter.java 327 colorSquare.setEnabled(mCache.hasColors(accountName, accountType));
347 if (!mCache.hasColors(accountName, accountType)) {
SelectCalendarsSyncAdapter.java 217 return mCache.hasColors(mData[position].accountName, mData[position].accountType);
SelectCalendarsSimpleAdapter.java 331 return mCache.hasColors(mData[position].accountName, mData[position].accountType);
  /external/skia/src/gpu/
GrContext.cpp 711 bool hasColors,
719 if (hasLocalCoords && hasColors) {
727 } else if (hasColors) {
759 if (this->hasColors()) {
788 set_vertex_attributes(this->hasLocalCoords(), this->hasColors(), &colorOffset,
806 + (this->hasColors() ? sizeof(GrColor) : 0));
848 if (this->hasColors()) {
922 bool hasColors() const { return fBatch.fHasColors; }
    [all...]

Completed in 220 milliseconds