Home
last modified time | relevance | path

Searched defs:getTextureCaps (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h199 const gl::TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h232 const gl::TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.h501 const TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps() function
DState.h80 const TextureCapsMap &getTextureCaps() const { return mTextureCaps; } in getTextureCaps() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h521 const TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps() function
DState.h119 const TextureCapsMap &getTextureCaps() const { return mTextureCaps; } in getTextureCaps() function