Searched defs:framebufferTarget (Results 1 – 9 of 9) sorted by relevance
142 bool GLESvalidate::framebufferTarget(GLenum target){ in framebufferTarget() function in GLESvalidate
212 GLenum framebufferTarget, in UnbindAttachment()225 GLenum framebufferTarget, in UnbindAttachments()
749 GLenum framebufferTarget = in readPixels() local
900 GLenum framebufferTarget = in copySubImage() local
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
508 bool framebufferTarget(GL2Encoder* ctx, GLenum target) { in framebufferTarget() function
162 …mebufferCase(Context &context, const char *name, const char *description, GLenum framebufferTarget) in DefaultFramebufferCase()
2340 #define SETUP_IMPLICIT_DISABLES_TEST(framebufferTarget) \ argument