Lines Matching refs:GrPixelConfig

113     bool isConfigTexturable(GrPixelConfig config) const override {  in isConfigTexturable()
117 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
118 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
120 bool isConfigCopyable(GrPixelConfig config) const override { in isConfigCopyable()
128 bool canConfigBeFBOColorAttachment(GrPixelConfig config) const { in canConfigBeFBOColorAttachment()
132 bool isConfigTexSupportEnabled(GrPixelConfig config) const { in isConfigTexSupportEnabled()
137 const GrSwizzle& configSwizzle(GrPixelConfig config) const { in configSwizzle()
141 GrGLenum configSizedInternalFormat(GrPixelConfig config) const { in configSizedInternalFormat()
145 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
149 bool getCompressedTexImageFormats(GrPixelConfig surfaceConfig, GrGLenum* internalFormat) const;
152 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
155 void getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const;
156 void getSizedInternalFormat(GrPixelConfig config, GrGLenum* internalFormat) const;
159 GrGLenum getImageFormat(GrPixelConfig config) const { in getImageFormat()
175 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const { in hasStencilFormatBeenDeterminedForConfig()
185 int getStencilFormatIndexForConfig(GrPixelConfig config) const { in getStencilFormatIndexForConfig()
194 void setStencilFormatIndexForConfig(GrPixelConfig config, int index) { in setStencilFormatIndexForConfig()
208 void markConfigAsValidColorAttachment(GrPixelConfig config) { in markConfigAsValidColorAttachment()
216 bool isConfigVerifiedColorAttachment(GrPixelConfig config) const { in isConfigVerifiedColorAttachment()
315 GrColorType supportedReadPixelsColorType(GrPixelConfig, GrColorType) const override; in supportedReadPixelsColorType() argument
318 bool readPixelsSupported(GrPixelConfig surfaceConfig,
319 GrPixelConfig readConfig,
398 bool canCopyTexSubImage(GrPixelConfig dstConfig, bool dstHasMSAARenderBuffer,
401 GrPixelConfig srcConfig, bool srcHasMSAARenderBuffer,
404 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt,
407 GrPixelConfig srcConfig, int srcSampleCnt,
411 bool canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const;
422 GrPixelConfig validateBackendRenderTarget(const GrBackendRenderTarget&,
425 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override;
426 GrPixelConfig getYUVAConfigFromBackendFormat(const GrBackendFormat&) const override;
443 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,