Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.h121 bool SupportsNativeRendering(const FunctionsGL *functions,
DTextureGL.cpp991 nativegl::SupportsNativeRendering(functions, getType(), destLevelInfo.nativeInternalFormat)) in copySubTextureHelper()
2008 nativegl::SupportsNativeRendering(functions, mState.getType(), nativeInternalFormat)) in initializeContents()
DBlitGL.cpp1166 if (nativegl::SupportsNativeRendering(mFunctions, gl::TextureType::_2D, internalFormat)) in initializeResources()
Drenderergl_utils.cpp2275 bool SupportsNativeRendering(const FunctionsGL *functions, in SupportsNativeRendering() function