Home
last modified time | relevance | path

Searched refs:isConfigTexSupportEnabled (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h134 bool isConfigTexSupportEnabled(GrPixelConfig config) const { in isConfigTexSupportEnabled() function
H A DGrGLGpu.cpp1004 bool useTexStorage = caps.isConfigTexSupportEnabled(desc.fConfig);
1103 bool useTexStorage = caps.isConfigTexSupportEnabled(desc.fConfig); in dissect_eap_pax()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h134 bool isConfigTexSupportEnabled(GrPixelConfig config) const { in isConfigTexSupportEnabled() function
H A DGrGLGpu.cpp913 bool useTexStorage = caps.isConfigTexSupportEnabled(config); in allocate_and_populate_texture()