Home
last modified time | relevance | path

Searched refs:hasEmulatedAlphaChannel (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp106 mAlphaInitialized = !hasEmulatedAlphaChannel(); in IOSurfaceSurfaceCGL()
316 return new IOSurfaceFramebuffer(state, framebuffer, texture, true, hasEmulatedAlphaChannel()); in createDefaultFramebuffer()
334 bool IOSurfaceSurfaceCGL::hasEmulatedAlphaChannel() const in hasEmulatedAlphaChannel() function in rx::IOSurfaceSurfaceCGL
DIOSurfaceSurfaceCGL.h67 bool hasEmulatedAlphaChannel() const override;
/external/angle/src/libANGLE/renderer/gl/
DSurfaceGL.h31 virtual bool hasEmulatedAlphaChannel() const;
DSurfaceGL.cpp55 bool SurfaceGL::hasEmulatedAlphaChannel() const in hasEmulatedAlphaChannel() function in rx::SurfaceGL
DTextureGL.h215 bool hasEmulatedAlphaChannel(const gl::ImageIndex &index) const;
DTextureGL.cpp1393 LUMAWorkaroundGL(), surfaceGL->hasEmulatedAlphaChannel())); in bindTexImage()
1770 bool TextureGL::hasEmulatedAlphaChannel(const gl::ImageIndex &index) const in hasEmulatedAlphaChannel() function in rx::TextureGL
DFramebufferGL.cpp255 return textureGL->hasEmulatedAlphaChannel(attachment->getTextureImageIndex()); in IsEmulatedAlphaChannelTextureAttachment()
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.h63 bool hasEmulatedAlphaChannel() const override;
DIOSurfaceSurfaceEAGL.mm113 mAlphaInitialized = !hasEmulatedAlphaChannel();
399 return new IOSurfaceFramebuffer(state, framebuffer, texture, true, hasEmulatedAlphaChannel());
417 bool IOSurfaceSurfaceEAGL::hasEmulatedAlphaChannel() const