Home
last modified time | relevance | path

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

/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/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