X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fgles-impl%2Fegl-graphics-controller-debug.cpp;h=4ac58ae1597a8a35b094a8f63f753fb910dd84f1;hb=53f2d4669d89289385ebe89dbf4be985dca54d90;hp=9ee5721720004710003b29197e4a7ca141c149f8;hpb=c5fbec7b53948686da1d2bcb81f9517224521ad9;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/gles-impl/egl-graphics-controller-debug.cpp b/dali/internal/graphics/gles-impl/egl-graphics-controller-debug.cpp index 9ee5721..4ac58ae 100644 --- a/dali/internal/graphics/gles-impl/egl-graphics-controller-debug.cpp +++ b/dali/internal/graphics/gles-impl/egl-graphics-controller-debug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -145,6 +145,11 @@ void DumpCommandBuffer(FILE* output, const GLES::CommandBuffer* commandBuffer) fprintf(output, "{\"Cmd\":\"DRAW_INDEXED\"}\n"); break; } + case GLES::CommandType::DRAW_NATIVE: + { + fprintf(output, "{\"Cmd\":\"DRAW_NATIVE\"}\n"); + break; + } case GLES::CommandType::DRAW_INDEXED_INDIRECT: { fprintf(output, "{\"Cmd\":\"DRAW_INDEXED_INDIRECT\"}\n");