OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containerType
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/glshared/
glsLifetimeTests.hpp
224
Type& elementType, Type&
containerType
)
227
, m_containerType (
containerType
) {}
285
Type& elementType, Type&
containerType
)
286
: Attacher (ctx, elementType,
containerType
) {}
310
TextureFboAttacher (const Context& ctx, Type& elementType, Type&
containerType
)
311
: FboAttacher (ctx, elementType,
containerType
) {}
322
RboFboAttacher (const Context& ctx, Type& elementType, Type&
containerType
)
323
: FboAttacher (ctx, elementType,
containerType
) {}
335
Type& elementType, Type&
containerType
)
336
: Attacher (ctx, elementType,
containerType
) {}
[
all
...]
glsLifetimeTests.cpp
915
Type&
containerType
= m_attacher.getContainerType();
916
Name container (
containerType
);
985
Type&
containerType
= attacher.getContainerType();
987
Name container (
containerType
);
1066
Type&
containerType
= attacher.getContainerType();
1068
Name container (
containerType
);
[
all
...]
/external/chromium_org/third_party/skia/src/animator/
SkDisplayXMLParser.cpp
286
SkDisplayTypes
containerType
= container->fType;
287
if (type ==
containerType
&& (type == SkType_Rect || type == SkType_Polygon ||
290
while (type !=
containerType
) {
291
if (
containerType
== SkType_Displayable)
293
containerType
= SkDisplayType::GetParent(&fMaker,
containerType
);
294
if (
containerType
== SkType_Unknown)
/cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp
142
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
154
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
236
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_MPEG_TS;
273
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_RAW;
/development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h
335
XAuint32
containerType
;
[
all
...]
/development/ndk/platforms/android-14/include/SLES/
OpenSLES.h
316
SLuint32
containerType
;
[
all
...]
/development/ndk/platforms/android-9/include/SLES/
OpenSLES.h
316
SLuint32
containerType
;
[
all
...]
Completed in 392 milliseconds