Home
last modified time | relevance | path

Searched refs:SupportsTexImage (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h124 bool SupportsTexImage(gl::TextureType type);
DTextureGL.cpp2001 bool shouldUseClear = !nativegl::SupportsTexImage(getType()); in initializeContents()
2022 ASSERT(nativegl::SupportsTexImage(getType())); in initializeContents()
Drenderergl_utils.cpp2280 bool SupportsTexImage(gl::TextureType type) in SupportsTexImage() function