HomeSort by relevance Sort by last modified time
    Searched defs:GrXPFactory (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrXferProcessor.h 48 * GrXPFactory once we have finalized the state of our draw.
227 * We install a GrXPFactory (XPF) early on in the pipeline before all the final draw information is
239 * Equality is tested for using pointer comparison. GrXPFactory destructors must be no-ops.
242 // In order to construct GrXPFactory subclass instances as constexpr the subclass, and therefore
243 // GrXPFactory, must be a literal type. One requirement is having a trivial destructor. This is ok
255 class GrXPFactory {
291 static sk_sp<const GrXferProcessor> MakeXferProcessor(const GrXPFactory*,
298 static AnalysisProperties GetAnalysisProperties(const GrXPFactory*,
305 constexpr GrXPFactory() {}
330 GR_MAKE_BITFIELD_CLASS_OPS(GrXPFactory::AnalysisProperties)
    [all...]
  /external/skqp/src/gpu/
GrXferProcessor.h 48 * GrXPFactory once we have finalized the state of our draw.
227 * We install a GrXPFactory (XPF) early on in the pipeline before all the final draw information is
239 * Equality is tested for using pointer comparison. GrXPFactory destructors must be no-ops.
242 // In order to construct GrXPFactory subclass instances as constexpr the subclass, and therefore
243 // GrXPFactory, must be a literal type. One requirement is having a trivial destructor. This is ok
255 class GrXPFactory {
291 static sk_sp<const GrXferProcessor> MakeXferProcessor(const GrXPFactory*,
298 static AnalysisProperties GetAnalysisProperties(const GrXPFactory*,
305 constexpr GrXPFactory() {}
330 GR_MAKE_BITFIELD_CLASS_OPS(GrXPFactory::AnalysisProperties)
    [all...]

Completed in 80 milliseconds