Home
last modified time | relevance | path

Searched refs:fromType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DVertexDataManager.cpp385 template <GLenum fromType, bool normalized, unsigned int toType>
386 struct ConversionRule : gl::Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::t…
391 template <GLenum fromType> struct ConversionRule<fromType, true, D3DVT_FLOAT> : gl::Normalize<typen…
423 template <GLenum fromType, bool normalized, int size, template <class T> class PreferenceRule>
425 : gl::VertexDataConverter<typename GLToCType<fromType>::type,
426 … WidenRule<PreferenceRule< VertexTypeMapping<fromType, normalized> >::type, size>,
427 ConversionRule<fromType,
429 … PreferenceRule< VertexTypeMapping<fromType, normalized> >::type>,
430 …faultVertexValues<typename D3DToCType<PreferenceRule< VertexTypeMapping<fromType, normalized> >::t…
433 enum { d3dtype = PreferenceRule< VertexTypeMapping<fromType, normalized> >::type };
/external/webkit/Source/WebCore/svg/
DSVGPathBlender.cpp262 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, con… in isSegmentEqual() argument
264 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath)) in isSegmentEqual()
267 unsigned short from = fromType; in isSegmentEqual()
/external/webkit/Source/WebCore/platform/
DCursor.h154 static const Cursor& fromType(Cursor::Type);
DCursor.cpp49 const Cursor& Cursor::fromType(Cursor::Type type) in fromType() function in WebCore::Cursor
/external/webkit/Source/WebKit2/Shared/
DWebCoreArgumentCoders.h224 cursor = WebCore::Cursor::fromType(type);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) in supportsConvert() argument