Searched refs:attachmentPoint (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 78 GLenum attachmentPoint, in BindFramebufferAttachment() argument 98 GL_FRAMEBUFFER, attachmentPoint, ToGLenum(texture->getType()), in BindFramebufferAttachment() 106 GL_FRAMEBUFFER, attachmentPoint, ToGLenum(texture->getType()), in BindFramebufferAttachment() 114 GL_FRAMEBUFFER, attachmentPoint, ToGLenum(texture->getType()), in BindFramebufferAttachment() 125 functions->framebufferTexture(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment() 130 functions->framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment() 142 functions->framebufferTexture(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment() 148 functions->framebufferTextureLayer(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment() 163 functions->framebufferRenderbuffer(GL_FRAMEBUFFER, attachmentPoint, GL_RENDERBUFFER, in BindFramebufferAttachment() 174 functions->framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoint, GL_TEXTURE_2D, 0, 0); in BindFramebufferAttachment()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 161 void setAttachment(GrGLenum attachmentPoint, const FramebufferAttachment* attachment) { in setAttachment() argument 162 switch (attachmentPoint) { in setAttachment()
|