Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp2348 std::vector<GLenum> translatedAttachments; in ConvertDefaultFramebufferEnums() local
2352 translatedAttachments.push_back(converted); in ConvertDefaultFramebufferEnums()
2354 return translatedAttachments; in ConvertDefaultFramebufferEnums()
2368 std::vector<GLenum> translatedAttachments = in onReplayInvalidateFramebuffer() local
2370 glInvalidateFramebuffer(target, numAttachments, translatedAttachments.data()); in onReplayInvalidateFramebuffer()
2388 std::vector<GLenum> translatedAttachments = in onReplayInvalidateSubFramebuffer() local
2390 glInvalidateSubFramebuffer(target, numAttachments, translatedAttachments.data(), x, y, in onReplayInvalidateSubFramebuffer()
2433 std::vector<GLenum> translatedAttachments = in onReplayDiscardFramebufferEXT() local
2435 glDiscardFramebufferEXT(target, numAttachments, translatedAttachments.data()); in onReplayDiscardFramebufferEXT()