• Home
  • Raw
  • Download

Lines Matching refs:GrGLFormat

124     bool isFormatTexturable(GrGLFormat) const;
129 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable()
137 int getRenderTargetSampleCount(int requestedCount, GrGLFormat) const;
142 int maxRenderTargetSampleCount(GrGLFormat) const;
146 bool canFormatBeFBOColorAttachment(GrGLFormat) const;
148 GrGLFormat getFormatFromColorType(GrColorType colorType) const { in getFormatFromColorType()
157 GrGLenum getTexImageOrStorageInternalFormat(GrGLFormat format) const { in getTexImageOrStorageInternalFormat()
165 void getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat,
173 void getTexSubImageExternalFormatAndType(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
181 void getTexSubImageDefaultFormatTypeAndColorType(GrGLFormat format,
186 void getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
195 const SkTArray<GrGLFormat, true>& stencilFormats() const { in stencilFormats()
199 bool formatSupportsTexStorage(GrGLFormat) const;
205 bool shouldQueryImplementationReadSupport(GrGLFormat format) const;
211 void didQueryImplementationReadSupport(GrGLFormat format,
219 GrGLenum getRenderbufferInternalFormat(GrGLFormat format) const { in getRenderbufferInternalFormat()
226 GrGLenum getFormatDefaultExternalType(GrGLFormat format) const { in getFormatDefaultExternalType()
233 bool hasStencilFormatBeenDeterminedForFormat(GrGLFormat format) const { in hasStencilFormatBeenDeterminedForFormat()
243 int getStencilFormatIndexForFormat(GrGLFormat format) const { in getStencilFormatIndexForFormat()
252 void setStencilFormatIndexForFormat(GrGLFormat, int index);
402 bool canCopyTexSubImage(GrGLFormat dstFormat, bool dstHasMSAARenderBuffer,
404 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer,
406 bool canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt,
408 GrGLFormat srcFormat, int srcSampleCnt,
412 bool canCopyAsDraw(GrGLFormat dstFormat, bool srcIsTexturable) const;
462 void getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
524 SkTArray<GrGLFormat, true> fStencilFormats;
737 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo()
738 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo()
742 GrGLFormat fColorTypeToFormatTable[kGrColorTypeCnt];
743 void setColorTypeFormat(GrColorType, GrGLFormat);