HomeSort by relevance Sort by last modified time
    Searched refs:ElementInfo (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/compile/slang/
slang_rs_export_element.h 47 } ElementInfo;
49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy;
52 // Macro name <-> ElementInfo
59 const ElementInfo *EI);
61 static const ElementInfo *GetElementInfo(const llvm::StringRef &Name);
slang_rs_export_element.cpp 59 ElementInfo *EI = new ElementInfo;
73 const ElementInfo *EI) {
135 const ElementInfo* EI = nullptr;
167 const RSExportElement::ElementInfo *
  /external/ImageMagick/MagickCore/
linked-list.c 67 } ElementInfo;
75 ElementInfo
116 register ElementInfo
123 next=(ElementInfo *) AcquireMagickMemory(sizeof(*next));
124 if (next == (ElementInfo *) NULL)
127 next->next=(ElementInfo *) NULL;
129 if (list_info->next == (ElementInfo *) NULL)
171 ElementInfo
174 register ElementInfo
181 while (next != (ElementInfo *) NULL)
    [all...]
draw.c 133 } ElementInfo;
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans2dTo1d.java 25 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
30 * {@link ElementInfo#U8_3 U8_3} {@link Allocation allocations} into a 1D Hx1
31 * {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation}.
54 if (!inputInfo.isElementEqualTo(ElementInfo.YUV) &&
55 !inputInfo.isElementEqualTo(ElementInfo.U8_3)) {
64 if (mInputInfo.isElementEqualTo(ElementInfo.YUV)) {
68 } else if (mInputInfo.isElementEqualTo(ElementInfo.U8_3)) {
ScriptYuvMeans1d.java 23 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
27 * Average a {@code Hx1} {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation} into a 1x1
50 if (!inputInfo.isElementEqualTo(ElementInfo.U8_3)) {
ScriptYuvToRgb.java 22 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
29 * a {@link ElementInfo#RGBA_8888 RGBA_8888} {@link Allocation allocation}.
47 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
ScriptYuvCrop.java 25 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
31 * a {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation}.
84 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
AllocationInfo.java 287 public enum ElementInfo {
293 private static final String TAG = "ElementInfo";
296 * Create an {@link ElementInfo} by converting it from a {@link Element}.
302 public static ElementInfo fromElement(Element element) {
328 public boolean isElementEqualTo(ElementInfo element) {
359 ElementInfo.fromElement(mElement), mUsage);
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 62 class ElementInfo(object):
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
    [all...]
minidom.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 62 class ElementInfo(object):
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
    [all...]
minidom.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 62 class ElementInfo(object):
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
    [all...]
minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 62 class ElementInfo(object):
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
    [all...]
minidom.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 62 class ElementInfo(object):
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
    [all...]
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 62 class ElementInfo(object):
435 self._elem_info[name] = ElementInfo(name, model)
443 info = ElementInfo(elem)
    [all...]
minidom.py     [all...]
  /external/ImageMagick/coders/
svg.c 125 } ElementInfo;
160 ElementInfo
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 662 milliseconds

1 2