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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 481 if (description.isPoint) {
498 shader.append(description.isPoint ?
517 shader.append(description.isPoint ?
521 if (description.isPoint) {
573 shader.append(description.isPoint ?
596 if (description.hasBitmap && description.isPoint) {
606 !description.isPoint && !description.hasDebugHighlight) {
706 if (description.isPoint) {
Program.h 159 bool isPoint;
202 isPoint = false;
270 if (isPoint) key |= programid(0x1) << PROGRAM_IS_POINT_SHIFT;
OpenGLRenderer.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 116 bool isPoint;
119 : SourceRange(R), isPoint(isP) {}
121 PathDiagnosticRange() : isPoint(false) {}
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 141 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, !R.isPoint);
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 362 /// isPoint - Return true if the constraint is of kind Point.
363 bool isPoint() const { return Kind == Point; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 394 else if (isPoint())
420 assert(!Y->isPoint() && "Y must not be a Point");
453 // checks if (X->isPoint() && Y->isPoint()).
458 assert(!(X->isPoint() && Y->isPoint()) &&
459 "We shouldn't ever see X->isPoint() && Y->isPoint()");
543 // if (X->isLine() && Y->isPoint()) This case can't occur.
544 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur")
    [all...]

Completed in 872 milliseconds