Searched defs:framebufferTarget (Results 1 – 5 of 5) sorted by relevance
142 bool GLESvalidate::framebufferTarget(GLenum target){ in framebufferTarget() function in GLESvalidate
74 EGLBoolean framebufferTarget; // EGL_TRUE if the config supports rendering to a ANativeWindow member
178 bool GLESv2Validate::framebufferTarget(GLEScontext* ctx, GLenum target) { in framebufferTarget() function in GLESv2Validate
474 bool framebufferTarget(GL2Encoder* ctx, GLenum target) { in framebufferTarget() function
204 GLenum framebufferTarget, in UnbindAttachments()