Home
last modified time | relevance | path

Searched refs:containerType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp224 Type& elementType, Type& containerType) in Attacher() argument
227 , m_containerType (containerType) {} in Attacher()
285 Type& elementType, Type& containerType) in FboAttacher() argument
286 : Attacher (ctx, elementType, containerType) {} in FboAttacher()
310 TextureFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in TextureFboAttacher() argument
311 : FboAttacher (ctx, elementType, containerType) {} in TextureFboAttacher()
322 RboFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in RboFboAttacher() argument
323 : FboAttacher (ctx, elementType, containerType) {} in RboFboAttacher()
335 Type& elementType, Type& containerType) in ShaderProgramAttacher() argument
336 : Attacher (ctx, elementType, containerType) {} in ShaderProgramAttacher()
DglsLifetimeTests.cpp918 Type& containerType = m_attacher.getContainerType(); in testDeletedNames() local
919 Name container (containerType); in testDeletedNames()
988 Type& containerType = attacher.getContainerType(); in iterate() local
990 Name container (containerType); in iterate()
1069 Type& containerType = attacher.getContainerType(); in iterate() local
1071 Name container (containerType); in iterate()
/external/skia/src/animator/
DSkDisplayXMLParser.cpp286 SkDisplayTypes containerType = container->fType; in searchContainer() local
287 if (type == containerType && (type == SkType_Rect || type == SkType_Polygon || in searchContainer()
290 while (type != containerType) { in searchContainer()
291 if (containerType == SkType_Displayable) in searchContainer()
293 containerType = SkDisplayType::GetParent(&fMaker, containerType); in searchContainer()
294 if (containerType == SkType_Unknown) in searchContainer()