Lines Matching defs:format
27 GrGLFormat format,
33 this->init(format, ids);
40 GrGLFormat format,
45 this->init(format, ids);
55 void GrGLRenderTarget::init(GrGLFormat format, const IDs& idDesc) {
60 fRTFormat = format;
68 // We pick the packed format here so when we query total size we are at least not
82 GrGLFormat format,
88 // We pick a "fake" actual format that matches the number of stencil bits. When wrapping
90 // a format with the same number of stencil bits. We don't even directly use the format or
91 // any other properties. Thus it is fine for us to just assign an arbitrary format that
106 new GrGLRenderTarget(gpu, dimensions, format, sampleCount, idDesc, std::move(sb)));
113 fbi.fFormat = GrGLFormatToEnum(this->format());
228 if (GrGLFormatIsPackedDepthStencil(glStencil->format())) {