Home
last modified time | relevance | path

Searched defs:QuerySet (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQuerySetGL.cpp21 QuerySet::QuerySet(Device* device, const QuerySetDescriptor* descriptor) in QuerySet() function in dawn_native::opengl::QuerySet
DForward.h31 class QuerySet; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h31 class QuerySet; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h49 class QuerySet; variable
DDeviceNull.cpp346 QuerySet::QuerySet(Device* device, const QuerySetDescriptor* descriptor) in QuerySet() function in dawn_native::null::QuerySet
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h30 class QuerySet; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h31 class QuerySet; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp291 TEST_F(LabelTest, QuerySet) { in TEST_F() argument