Searched refs:convert_ (Results 1 – 5 of 5) sorted by relevance
/external/pixman/pixman/ |
D | pixman-inlines.h | 354 *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 …]
|
D | pixman-bits-image.c | 1130 convert_ ## format, \ 1146 convert_ ## format, \ 1161 convert_ ## format, \
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 122 …VertexArrayPointer (VertexComponentType componentType_, VertexComponentConversion convert_, int nu… in VertexArrayPointer() 124 , convert (convert_) in VertexArrayPointer()
|
D | gluDrawUtil.cpp | 53 VertexComponentConversion convert_, in VertexAttributeDescriptor() 60 , convert (convert_) in VertexAttributeDescriptor()
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
D | metadata_cache.js | 851 callbacks[i](self.convert_(propertiesList[i], entries[i])); 863 ExternalProvider.prototype.convert_ = function(data, entry) { method in ExternalProvider
|