Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp175 if (IsError(initializeAlphaChannel(context, textureID))) in bindTexImage()
304 if (IsError(initializeAlphaChannel(context, texture))) in createDefaultFramebuffer()
319 angle::Result IOSurfaceSurfaceCGL::initializeAlphaChannel(const gl::Context *context, in initializeAlphaChannel() function in rx::IOSurfaceSurfaceCGL
DIOSurfaceSurfaceCGL.h70 angle::Result initializeAlphaChannel(const gl::Context *context, GLuint texture);
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.h66 angle::Result initializeAlphaChannel(const gl::Context *context, GLuint texture);
DIOSurfaceSurfaceEAGL.mm196 if (IsError(initializeAlphaChannel(context, textureID)))
386 if (IsError(initializeAlphaChannel(context, texture)))
402 angle::Result IOSurfaceSurfaceEAGL::initializeAlphaChannel(const gl::Context *context,