Lines Matching refs:attachmentPoints
197 static const GLenum attachmentPoints[] = in validTex2DAttachmentsTest() local
207 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++) in validTex2DAttachmentsTest()
209 context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], GL_TEXTURE_2D, tex2D, 0); in validTex2DAttachmentsTest()
216 static const GLenum attachmentPoints[] = in validTexCubeAttachmentsTest() local
237 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++) in validTexCubeAttachmentsTest()
241 …context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], t… in validTexCubeAttachmentsTest()
249 static const GLenum attachmentPoints[] = in validRboAttachmentsTest() local
261 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++) in validRboAttachmentsTest()
263 context.framebufferRenderbuffer(GL_FRAMEBUFFER, attachmentPoints[pointNdx], GL_RENDERBUFFER, rbo); in validRboAttachmentsTest()
374 static const GLenum attachmentPoints[] = in attachmentQueryEmptyFboTest() local
383 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(attachmentPoints); ndx++) in attachmentQueryEmptyFboTest()
384 …checkFboAttachmentParam(testCtx, ctx, attachmentPoints[ndx], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE… in attachmentQueryEmptyFboTest()