Searched refs:fromType (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
D | VertexDataManager.cpp | 385 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/ |
D | SVGPathBlender.cpp | 262 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/ |
D | Cursor.h | 154 static const Cursor& fromType(Cursor::Type);
|
D | Cursor.cpp | 49 const Cursor& Cursor::fromType(Cursor::Type type) in fromType() function in WebCore::Cursor
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebCoreArgumentCoders.h | 224 cursor = WebCore::Cursor::fromType(type);
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 168 public boolean supportsConvert(int fromType, int toType) in supportsConvert() argument
|