HomeSort by relevance Sort by last modified time
    Searched refs:foundLayer (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 184 bool layerUpdateFound(const SurfaceChange& change, bool foundLayer);
408 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) {
410 if (hasLayer && !foundLayer) {
411 foundLayer = true;
413 else if (hasLayer && foundLayer) {
416 return foundLayer;
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 183 bool foundLayer = false;
186 foundLayer = true;
189 if (!foundLayer && !strcmp(createInfo.ppEnabledLayerNames[0], "VK_LAYER_GOOGLE_unique_objects")) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 169 bool foundLayer = false;
172 foundLayer = true;
175 if (!foundLayer && !strcmp(createInfo.ppEnabledLayerNames[0], "VK_LAYER_GOOGLE_unique_objects")) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 169 bool foundLayer = false;
172 foundLayer = true;
175 if (!foundLayer && !strcmp(createInfo.ppEnabledLayerNames[0], "VK_LAYER_GOOGLE_unique_objects")) {
    [all...]

Completed in 330 milliseconds