Searched refs:dePoolArray (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/depool/ |
D | dePoolArray.c | 43 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize) in dePoolArray_create() 46 dePoolArray* arr = DE_POOL_NEW(pool, dePoolArray); in dePoolArray_create() 51 memset(arr, 0, sizeof(dePoolArray)); in dePoolArray_create() 65 deBool dePoolArray_reserve (dePoolArray* arr, int size) in dePoolArray_reserve() 141 deBool dePoolArray_setSize (dePoolArray* arr, int size) in dePoolArray_setSize()
|
D | dePoolArray.h | 48 } dePoolArray; typedef 52 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize); 53 deBool dePoolArray_reserve (dePoolArray* arr, int capacity); 54 deBool dePoolArray_setSize (dePoolArray* arr, int size); 131 return dePoolArray_reserve((dePoolArray*)arr, capacity); \ 138 return dePoolArray_setSize((dePoolArray*)arr, size); \
|
D | CMakeLists.txt | 10 dePoolArray.c 11 dePoolArray.h
|
D | BUILD.gn | 33 "//third_party/vk-gl-cts/framework/delibs/depool/dePoolArray.c",
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | CMakeLists.txt | 33 dePoolArray.cpp 34 dePoolArray.hpp
|
D | BUILD.gn | 40 "//third_party/vk-gl-cts/framework/delibs/decpp/dePoolArray.cpp",
|
/third_party/vk-gl-cts/ |
D | AndroidGen.mk | 629 framework/delibs/decpp/dePoolArray.cpp \ 649 framework/delibs/depool/dePoolArray.c \
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp.gni | 1423 "$deqp_path/framework/delibs/depool/dePoolArray.c", 1490 "$deqp_path/framework/delibs/decpp/dePoolArray.cpp", 1491 "$deqp_path/framework/delibs/decpp/dePoolArray.hpp",
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/ |
D | deqp.gni | 1395 "$deqp_path/framework/delibs/depool/dePoolArray.c", 1462 "$deqp_path/framework/delibs/decpp/dePoolArray.cpp", 1463 "$deqp_path/framework/delibs/decpp/dePoolArray.hpp",
|