OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopePtr
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDisplayApply.cpp
657
SkADrawable*
scopePtr
= scope;
658
while (
scopePtr
&&
scopePtr
->isApply()) {
659
SkApply* scopedApply = (SkApply*)
scopePtr
;
664
scopePtr
= scopedApply->scope;
/external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp
377
const VkSystemAllocationScope* const
scopePtr
= record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? &record.data.allocation.scope
383
if (
scopePtr
&& !de::inBounds(*
scopePtr
, (VkSystemAllocationScope)0, VK_SYSTEM_ALLOCATION_SCOPE_LAST))
Completed in 3125 milliseconds