Lines Matching refs:attachmentPoints
173 static const GLenum attachmentPoints[] = in validTex2DAttachmentsTest() local
183 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++) in validTex2DAttachmentsTest()
185 context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], GL_TEXTURE_2D, tex2D, 0); in validTex2DAttachmentsTest()
192 static const GLenum attachmentPoints[] = in validTexCubeAttachmentsTest() local
213 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++) in validTexCubeAttachmentsTest()
217 …context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], t… in validTexCubeAttachmentsTest()
225 static const GLenum attachmentPoints[] = in validRboAttachmentsTest() local
237 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++) in validRboAttachmentsTest()
239 context.framebufferRenderbuffer(GL_FRAMEBUFFER, attachmentPoints[pointNdx], GL_RENDERBUFFER, rbo); in validRboAttachmentsTest()
350 static const GLenum attachmentPoints[] = in attachmentQueryEmptyFboTest() local
359 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(attachmentPoints); ndx++) in attachmentQueryEmptyFboTest()
360 …checkFboAttachmentParam(testCtx, ctx, attachmentPoints[ndx], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE… in attachmentQueryEmptyFboTest()