Home
last modified time | relevance | path

Searched refs:cubeTargets (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboApiTests.cpp198 static const GLenum cubeTargets[] = in validTexCubeAttachmentsTest() local
215 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(cubeTargets); targetNdx++) in validTexCubeAttachmentsTest()
217 …context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], t… in validTexCubeAttachmentsTest()
/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp223 static const GLenum cubeTargets[] = in validTexCubeAttachmentsTest() local
240 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(cubeTargets); targetNdx++) in validTexCubeAttachmentsTest()
242 …context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], t… in validTexCubeAttachmentsTest()