Searched refs:SupportsTexImage (Results 1 – 3 of 3) sorted by relevance
124 bool SupportsTexImage(gl::TextureType type);
2001 bool shouldUseClear = !nativegl::SupportsTexImage(getType()); in initializeContents()2022 ASSERT(nativegl::SupportsTexImage(getType())); in initializeContents()
2280 bool SupportsTexImage(gl::TextureType type) in SupportsTexImage() function