HomeSort by relevance Sort by last modified time
    Searched refs:cubeTargets (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp 222 static const GLenum cubeTargets[] =
239 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(cubeTargets); targetNdx++)
241 context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], texCube, 0);
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 198 static const GLenum cubeTargets[] =
215 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(cubeTargets); targetNdx++)
217 context.framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], texCube, 0);

Completed in 645 milliseconds