Searched refs:emulatedAttachments (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 645 …std::vector<GLenum> emulatedAttachments = sGetEmulatedAttachmentList(ctx, target, numAttachments, … in glInvalidateFramebuffer() local 647 ctx->dispatcher().glInvalidateFramebuffer(target, numAttachments, &emulatedAttachments[0]); in glInvalidateFramebuffer() 670 …std::vector<GLenum> emulatedAttachments = sGetEmulatedAttachmentList(ctx, target, numAttachments, … in glInvalidateSubFramebuffer() local 672 …ctx->dispatcher().glInvalidateSubFramebuffer(target, numAttachments, &emulatedAttachments[0], x, y… in glInvalidateSubFramebuffer()
|