Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h121 bool SupportsNativeRendering(const FunctionsGL *functions,
DTextureGL.cpp991 nativegl::SupportsNativeRendering(functions, getType(), destLevelInfo.nativeInternalFormat)) in copySubTextureHelper()
2005 nativegl::SupportsNativeRendering(functions, mState.getType(), nativeInternalFormat)) in initializeContents()
DBlitGL.cpp1166 if (nativegl::SupportsNativeRendering(mFunctions, gl::TextureType::_2D, internalFormat)) in initializeResources()
Drenderergl_utils.cpp2251 bool SupportsNativeRendering(const FunctionsGL *functions, in SupportsNativeRendering() function