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

  /external/skia/src/gpu/
GrRenderTargetProxy.cpp 100 int colorSamplesPerPixel = this->numColorSamples();
101 if (colorSamplesPerPixel > 1) {
103 ++colorSamplesPerPixel;
108 colorSamplesPerPixel, GrMipMapped::kNo, !this->priv().isExact());
GrTextureRenderTargetProxy.cpp 62 int colorSamplesPerPixel = this->numColorSamples();
63 if (colorSamplesPerPixel > 1) {
65 ++colorSamplesPerPixel;
70 colorSamplesPerPixel, this->texPriv().proxyMipMapped(),
  /external/skqp/src/gpu/
GrRenderTargetProxy.cpp 100 int colorSamplesPerPixel = this->numColorSamples();
101 if (colorSamplesPerPixel > 1) {
103 ++colorSamplesPerPixel;
108 colorSamplesPerPixel, GrMipMapped::kNo, !this->priv().isExact());
GrTextureRenderTargetProxy.cpp 56 int colorSamplesPerPixel = this->numColorSamples();
57 if (colorSamplesPerPixel > 1) {
59 ++colorSamplesPerPixel += 1;
64 colorSamplesPerPixel, this->mipMapped(), !this->priv().isExact());

Completed in 93 milliseconds