Searched defs:aap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_framebuffer.c534 CRFBOAttachmentPoint **aap, CRTextureObj **tobj)
558 CRSTATE_CHECKERR_RET(!crStateGetFBOAttachmentPoint(apFBOs[i], attachment, &aap[i]), GL_INVALID_ENUM, "invalid attachment", 0);
607 if ((aap[i])->type!=GL_TEXTURE || (aap[i])->name!=texture || (aap[i])->level!=level)
625 CRFBOAttachmentPoint *aap[2]; local
629 cap = crStateFramebufferTextureCheck(target, attachment, textarget, texture, level, aap, &tobj);
636 crStateInitFBOAttachmentPoint(aap[i]);
647 crStateInitFBOAttachmentPoint(aap[i]);
648 aap[
533 crStateFramebufferTextureCheck(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, CRFBOAttachmentPoint **aap, CRTextureObj **tobj) argument
659 CRFBOAttachmentPoint *aap[2]; local
697 CRFBOAttachmentPoint *aap[2]; local
735 CRFBOAttachmentPoint *aap[2]; local
[all...]

Completed in 648 milliseconds