Home
last modified time | relevance | path

Searched refs:attachmentPoint (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp77 GLenum attachmentPoint, in BindFramebufferAttachment() argument
91 functions->framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
101 functions->framebufferTexture(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
106 functions->framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
117 functions->framebufferTexture(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
123 functions->framebufferTextureLayer(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
138 functions->framebufferRenderbuffer(GL_FRAMEBUFFER, attachmentPoint, GL_RENDERBUFFER, in BindFramebufferAttachment()
149 functions->framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoint, GL_TEXTURE_2D, 0, 0); in BindFramebufferAttachment()
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp161 void setAttachment(GrGLenum attachmentPoint, const FramebufferAttachment* attachment) { in setAttachment() argument
162 switch (attachmentPoint) { in setAttachment()