Home
last modified time | relevance | path

Searched refs:GrGLCaps (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp54 const GrGLCaps& caps) { in gr_to_gl_access_pattern()
83 if (caps.transferBufferType() == GrGLCaps::TransferBufferType::kNV_PBO) { in gr_to_gl_access_pattern()
136 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
177 case GrGLCaps::kNone_MapBufferType: in onMap()
179 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
190 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
209 case GrGLCaps::kChromium_MapBufferType: { in onMap()
234 case GrGLCaps::kNone_MapBufferType: in onUnmap()
237 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
238 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
[all …]
H A DGrGLCaps.cpp25 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
74 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
1072 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport()
1121 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { in onDumpJSON()
1251 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { } in onDumpJSON()
4056 GrCaps::SupportedRead GrGLCaps::onSupportedReadPixelsColorType( in onSupportedReadPixelsColorType()
4136 bool GrGLCaps::isFormatSRGB(const GrBackendFormat& format) const { in isFormatSRGB()
4162 bool GrGLCaps::isFormatTexturable(GrGLFormat format) const { in isFormatTexturable()
4220 size_t GrGLCaps::bytesPerPixel(GrGLFormat format) const { in bytesPerPixel()
4287 bool GrGLCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
[all …]
H A DGrGLUniformHandler.h15 class GrGLCaps; variable
55 void bindUniformLocations(GrGLuint programID, const GrGLCaps& caps);
58 void getUniformLocations(GrGLuint programID, const GrGLCaps& caps, bool force);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp56 const GrGLCaps& caps) { in gr_to_gl_access_pattern()
85 if (caps.transferBufferType() == GrGLCaps::TransferBufferType::kNV_PBO) { in gr_to_gl_access_pattern()
134 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
175 case GrGLCaps::kNone_MapBufferType: in onMap()
177 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
192 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
214 case GrGLCaps::kChromium_MapBufferType: { in onMap()
242 case GrGLCaps::kNone_MapBufferType: in onUnmap()
245 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
246 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
[all …]
H A DGrGLCaps.cpp30 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
80 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
1107 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport()
1149 case GrGLCaps::MultiDrawType::kNone : return "kNone"; in multi_draw_type_name()
1156 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { in onDumpJSON()
1287 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { } in onDumpJSON()
4180 GrCaps::SupportedRead GrGLCaps::onSupportedReadPixelsColorType( in onSupportedReadPixelsColorType()
4260 bool GrGLCaps::isFormatSRGB(const GrBackendFormat& format) const { in isFormatSRGB()
4271 bool GrGLCaps::isFormatTexturable(GrGLFormat format) const { in isFormatTexturable()
4399 bool GrGLCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp34 if (gpu->glCaps().transferBufferType() == GrGLCaps::kNone_TransferBufferType && in Make()
129 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
170 case GrGLCaps::kNone_MapBufferType: in onMap()
172 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
183 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
202 case GrGLCaps::kChromium_MapBufferType: { in onMap()
227 case GrGLCaps::kNone_MapBufferType: in onUnmap()
230 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
231 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
236 case GrGLCaps::kChromium_MapBufferType: in onUnmap()
H A DGrGLCaps.cpp22 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
75 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
1096 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { in onDumpJSON()
1226 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { } in onDumpJSON()
3791 GrCaps::SupportedRead GrGLCaps::onSupportedReadPixelsColorType( in onSupportedReadPixelsColorType()
3864 bool GrGLCaps::isFormatCompressed(const GrBackendFormat& format, in isFormatCompressed()
3882 bool GrGLCaps::isFormatTexturableAndUploadable(GrColorType ct, in isFormatTexturableAndUploadable()
3895 bool GrGLCaps::isFormatTexturable(GrGLFormat format) const { in isFormatTexturable()
3953 size_t GrGLCaps::bytesPerPixel(GrGLFormat format) const { in bytesPerPixel()
4099 bool GrGLCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
[all …]
H A DGrGLUniformHandler.h15 class GrGLCaps; variable
59 void bindUniformLocations(GrGLuint programID, const GrGLCaps& caps);
62 void getUniformLocations(GrGLuint programID, const GrGLCaps& caps, bool force);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp34 if (gpu->glCaps().transferBufferType() == GrGLCaps::kNone_TransferBufferType && in Make()
129 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
170 case GrGLCaps::kNone_MapBufferType: in onMap()
172 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
183 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
202 case GrGLCaps::kChromium_MapBufferType: { in onMap()
227 case GrGLCaps::kNone_MapBufferType: in onUnmap()
230 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
231 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
236 case GrGLCaps::kChromium_MapBufferType: in onUnmap()
H A DGrGLCaps.cpp22 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
75 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
1096 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { in onDumpJSON()
1226 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { } in onDumpJSON()
3791 GrCaps::SupportedRead GrGLCaps::onSupportedReadPixelsColorType( in onSupportedReadPixelsColorType()
3864 bool GrGLCaps::isFormatCompressed(const GrBackendFormat& format, in isFormatCompressed()
3882 bool GrGLCaps::isFormatTexturableAndUploadable(GrColorType ct, in isFormatTexturableAndUploadable()
3895 bool GrGLCaps::isFormatTexturable(GrGLFormat format) const { in isFormatTexturable()
3953 size_t GrGLCaps::bytesPerPixel(GrGLFormat format) const { in bytesPerPixel()
4099 bool GrGLCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp34 if (gpu->glCaps().transferBufferType() == GrGLCaps::kNone_TransferBufferType && in Make()
129 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
170 case GrGLCaps::kNone_MapBufferType: in onMap()
172 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
183 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
202 case GrGLCaps::kChromium_MapBufferType: { in onMap()
227 case GrGLCaps::kNone_MapBufferType: in onUnmap()
230 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
231 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
236 case GrGLCaps::kChromium_MapBufferType: in onUnmap()
H A DGrGLCaps.cpp22 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
75 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
1096 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { in onDumpJSON()
1226 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { } in onDumpJSON()
3791 GrCaps::SupportedRead GrGLCaps::onSupportedReadPixelsColorType( in onSupportedReadPixelsColorType()
3864 bool GrGLCaps::isFormatCompressed(const GrBackendFormat& format, in isFormatCompressed()
3882 bool GrGLCaps::isFormatTexturableAndUploadable(GrColorType ct, in isFormatTexturableAndUploadable()
3895 bool GrGLCaps::isFormatTexturable(GrGLFormat format) const { in isFormatTexturable()
3953 size_t GrGLCaps::bytesPerPixel(GrGLFormat format) const { in bytesPerPixel()
4099 bool GrGLCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp34 if (gpu->glCaps().transferBufferType() == GrGLCaps::kNone_TransferBufferType && in Make()
129 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
170 case GrGLCaps::kNone_MapBufferType: in onMap()
172 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
183 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
202 case GrGLCaps::kChromium_MapBufferType: { in onMap()
227 case GrGLCaps::kNone_MapBufferType: in onUnmap()
230 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
231 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
236 case GrGLCaps::kChromium_MapBufferType: in onUnmap()
H A DGrGLCaps.cpp22 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
75 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
1096 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { in onDumpJSON()
1226 void GrGLCaps::onDumpJSON(SkJSONWriter* writer) const { } in onDumpJSON()
3791 GrCaps::SupportedRead GrGLCaps::onSupportedReadPixelsColorType( in onSupportedReadPixelsColorType()
3864 bool GrGLCaps::isFormatCompressed(const GrBackendFormat& format, in isFormatCompressed()
3882 bool GrGLCaps::isFormatTexturableAndUploadable(GrColorType ct, in isFormatTexturableAndUploadable()
3895 bool GrGLCaps::isFormatTexturable(GrGLFormat format) const { in isFormatTexturable()
3953 size_t GrGLCaps::bytesPerPixel(GrGLFormat format) const { in bytesPerPixel()
4099 bool GrGLCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp34 if (gpu->glCaps().transferBufferType() == GrGLCaps::kNone_TransferBufferType && in Create()
130 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
173 case GrGLCaps::kNone_MapBufferType: in onMap()
175 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
184 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
199 case GrGLCaps::kChromium_MapBufferType: { in onMap()
228 case GrGLCaps::kNone_MapBufferType: in onUnmap()
231 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
232 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
237 case GrGLCaps::kChromium_MapBufferType: in onUnmap()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/patches/archive/
H A D0033-Bug-974900-undef-interface-windows.patch5 diff --git a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
6 --- a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
7 +++ b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
27 class GrGLCaps : public GrDrawTargetCaps {
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/patches/archive/
H A D0033-Bug-974900-undef-interface-windows.patch5 diff --git a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
6 --- a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
7 +++ b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
27 class GrGLCaps : public GrDrawTargetCaps {
/dports/www/firefox/firefox-99.0/gfx/skia/patches/archive/
H A D0033-Bug-974900-undef-interface-windows.patch5 diff --git a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
6 --- a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
7 +++ b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
27 class GrGLCaps : public GrDrawTargetCaps {
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/patches/archive/
H A D0033-Bug-974900-undef-interface-windows.patch5 diff --git a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
6 --- a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
7 +++ b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
27 class GrGLCaps : public GrDrawTargetCaps {
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/patches/archive/
H A D0033-Bug-974900-undef-interface-windows.patch5 diff --git a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
6 --- a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
7 +++ b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
27 class GrGLCaps : public GrDrawTargetCaps {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/patches/archive/
H A D0033-Bug-974900-undef-interface-windows.patch5 diff --git a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
6 --- a/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
7 +++ b/gfx/skia/trunk/src/gpu/gl/GrGLCaps.h
27 class GrGLCaps : public GrDrawTargetCaps {
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp120 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps()
162 case GrGLCaps::kNone_MapBufferType: in onMap()
164 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
173 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
188 case GrGLCaps::kChromium_MapBufferType: { in onMap()
216 case GrGLCaps::kNone_MapBufferType: in onUnmap()
219 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
220 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
225 case GrGLCaps::kChromium_MapBufferType: in onUnmap()
H A DGrGLContext.h34 const GrGLCaps* caps() const { return fGLCaps.get(); } in caps()
35 GrGLCaps* caps() { return fGLCaps; } in caps()
63 SkAutoTUnref<GrGLCaps> fGLCaps;
H A DGrGLUniformHandler.h16 class GrGLCaps; variable
56 void bindUniformLocations(GrGLuint programID, const GrGLCaps& caps);
59 void getUniformLocations(GrGLuint programID, const GrGLCaps& caps);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/instanced/
H A DGLInstancedRendering.h15 class GrGLCaps; variable
32 static GrCaps::InstancedSupport CheckSupport(const GrGLCaps&);
59 friend class ::GrGLCaps; // For CheckSupport.

123456