Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfEnvmapAttribute.h52 typedef TypedAttribute<Envmap> EnvmapAttribute; typedef
53 template <> const char *EnvmapAttribute::staticTypeName ();
54 template <> void EnvmapAttribute::writeValueTo (OStream &, int) const;
55 template <> void EnvmapAttribute::readValueFrom (IStream &, int, int);
DImfEnvmapAttribute.cpp50 EnvmapAttribute::staticTypeName () in staticTypeName()
58 EnvmapAttribute::writeValueTo (OStream &os, int) const in writeValueTo()
67 EnvmapAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
DImfHeader.cpp1079 EnvmapAttribute::registerAttributeType(); in staticInitialize()