Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgles_extensions_autogen.h53 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny() function
DvalidationES2.cpp1389 if (!(context->getExtensions().depthTextureAny())) in ValidateES2TexImageParametersBase()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h121 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny() function
DvalidationES2.cpp733 if (context->getExtensions().depthTextureAny()) in ValidateES2CopyTexImageParameters()
746 if (context->getExtensions().depthTextureAny() || in ValidateES2CopyTexImageParameters()
1654 if (!(context->getExtensions().depthTextureAny())) in ValidateES2TexImageParametersBase()
1958 if (!(context->getExtensions().depthTextureAny())) in ValidateES2TexStorageParameters()