Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h483 egl::Surface *getBoundSurface() const;
DvalidationEGL.cpp2196 if (texture->getBoundSurface() != nullptr) in ValidateCreateImage()
2239 if (texture->getBoundSurface() != nullptr) in ValidateCreateImage()
2285 if (texture->getBoundSurface() != nullptr) in ValidateCreateImage()
DTexture.cpp988 egl::Surface *Texture::getBoundSurface() const in getBoundSurface() function in gl::Texture