OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LAYER_NAME
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/layers/
swapchain.h
78
#define
LAYER_NAME
(char *) "Swapchain"
/frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp
48
constexpr auto
LAYER_NAME
= "Layer Create and Delete Test";
357
mComposerClient->createSurface(String8(
LAYER_NAME
), SIZE_UPDATE, SIZE_UPDATE,
639
bool isMatch(increment.surface_creation().name() ==
LAYER_NAME
&&
805
sp<SurfaceControl> layerToDelete = mComposerClient->createSurface(String8(
LAYER_NAME
),
807
this->mTargetId = getSurfaceId(
LAYER_NAME
);
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.h
80
#define
LAYER_NAME
(char *) "Swapchain"
83
SWAPCHAIN_INVALID_HANDLE,
LAYER_NAME
, "%s() called with a non-valid %s.", __FUNCTION__, (obj)) \
87
SWAPCHAIN_NULL_POINTER,
LAYER_NAME
, "%s() called with NULL pointer %s.", __FUNCTION__, (obj)) \
91
SWAPCHAIN_INVALID_COUNT,
LAYER_NAME
, "%s() called with non-NULL %s, and with %s set to a " \
98
SWAPCHAIN_PRIOR_COUNT,
LAYER_NAME
, "%s() called with non-NULL %s; but no prior " \
104
LAYER_NAME
, "%s() called with the wrong value for %s->sType " \
110
LAYER_NAME
, "%s() called with a zero value for %s.", __FUNCTION__, (obj)) \
114
LAYER_NAME
, (fmt), __VA_ARGS__) \
118
SWAPCHAIN_QUEUE_FAMILY_INDEX_TOO_LARGE,
LAYER_NAME
, "%s() called with a queueFamilyIndex that is too " \
126
(enm),
LAYER_NAME
, (fmt), __VA_ARGS__)
[
all
...]
Completed in 117 milliseconds