Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DSurface.cpp458 if (texture->bindTexImageFromSurface(context, this) == angle::Result::Stop) in bindTexImage()
DTexture.h586 angle::Result bindTexImageFromSurface(Context *context, egl::Surface *surface);
DTexture.cpp1523 angle::Result Texture::bindTexImageFromSurface(Context *context, egl::Surface *surface) in bindTexImageFromSurface() function in gl::Texture