Home
last modified time | relevance | path

Searched refs:externalTextureSupport (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.h76 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport() function
235 SkASSERT(this->externalTextureSupport()); in externalTextureExtensionString()
240 SkASSERT(this->externalTextureSupport()); in secondExternalTextureExtensionString()
/third_party/skia/resources/sksl/shared/
DCaps.sksl5 if (sk_Caps.externalTextureSupport) x = 1;
/third_party/skia/src/sksl/ir/
DSkSLSetting.cpp88 CAP(Bool, externalTextureSupport), in caps_lookup_table()
/third_party/skia/tests/
DTextureBindingsResetTest.cpp32 if ((supportExternal = glGpu->glCaps().shaderCaps()->externalTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DEGLImageTest.cpp56 if (!gpu0->glCaps().shaderCaps()->externalTextureSupport()) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/src/sksl/
DSkSLUtil.h123 bool externalTextureSupport() const { in externalTextureSupport() function
DREADME32 if (sk_Caps.externalTextureSupport)
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp638 if (!caps.shaderCaps()->externalTextureSupport()) { in check_backend_texture()