Home
last modified time | relevance | path

Searched refs:convert_ (Results 1 – 5 of 5) sorted by relevance

/external/pixman/pixman/
Dpixman-inlines.h354 *dst = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s1); \
358 d = convert_ ## DST_FORMAT ## _to_8888 (*dst); \
359 s1 = convert_ ## SRC_FORMAT ## _to_8888 (s1); \
368 *dst = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s2); \
372 d = convert_## DST_FORMAT ## _to_8888 (*dst); \
373 s2 = convert_## SRC_FORMAT ## _to_8888 (s2); \
382 *dst++ = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s1); \
383 *dst++ = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s2); \
398 *dst = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s1); \
402 d = convert_## DST_FORMAT ## _to_8888 (*dst); \
[all …]
Dpixman-bits-image.c1130 convert_ ## format, \
1146 convert_ ## format, \
1161 convert_ ## format, \
/external/deqp/framework/opengl/
DgluDrawUtil.hpp122 …VertexArrayPointer (VertexComponentType componentType_, VertexComponentConversion convert_, int nu… in VertexArrayPointer()
124 , convert (convert_) in VertexArrayPointer()
DgluDrawUtil.cpp53 VertexComponentConversion convert_, in VertexAttributeDescriptor()
60 , convert (convert_) in VertexAttributeDescriptor()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dmetadata_cache.js851 callbacks[i](self.convert_(propertiesList[i], entries[i]));
863 ExternalProvider.prototype.convert_ = function(data, entry) { method in ExternalProvider