Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DIndexDataManager.cpp75 const gl::Type &typeInfo = gl::GetTypeInfo(type); in prepareIndexData() local
98 ASSERT(typeInfo.bytes * static_cast<unsigned int>(count) + offset <= storage->getSize()); in prepareIndexData()
124 streamOffset = (offset / typeInfo.bytes) * gl::GetTypeInfo(destinationIndexType).bytes; in prepareIndexData()
155 convertCount = storage->getSize() / typeInfo.bytes; in prepareIndexData()
196 streamOffset = (offset / typeInfo.bytes) * destTypeInfo.bytes; in prepareIndexData()
210 storage->promoteStaticUsage(count * typeInfo.bytes); in prepareIndexData()
/external/chromium_org/chrome/browser/resources/sync_internals/
Dabout.css39 #typeInfo .error {
43 #typeInfo .warning {
47 #typeInfo .disabled {
51 #typeInfo .ok {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWrapperTypeInfo.h237 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper); in releaseObject() local
238 if (typeInfo->gcType == WrapperTypeInfo::GarbageCollectedObject) { in releaseObject()
243 } else if (typeInfo->gcType == WrapperTypeInfo::WillBeGarbageCollectedObject) { in releaseObject()
250 typeInfo->derefObject(toScriptWrappableBase(wrapper)); in releaseObject()
253 typeInfo->derefObject(toScriptWrappableBase(wrapper)); in releaseObject()
DV8DOMWrapper.cpp96 …const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFr… in isDOMWrapper() local
99 return typeInfo->ginEmbedder == gin::kEmbedderBlink; in isDOMWrapper()
DNPV8Object.cpp65 …static const WrapperTypeInfo typeInfo = { gin::kEmbedderBlink, 0, 0, 0, createPersistentHandle, 0,… in npObjectTypeInfo() local
66 return &typeInfo; in npObjectTypeInfo()
131 …const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFro… in isWrappedNPObject() local
132 return typeInfo == npObjectTypeInfo(); in isWrappedNPObject()
/external/javassist/src/main/javassist/bytecode/
DStackMap.java196 typeInfo(pos, tag); in typeInfoArray2()
208 public void typeInfo(int pos, byte tag) {} in typeInfo() method in StackMap.Walker
252 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.Copier
323 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.SimpleCopy
460 typeInfo(pos, tag); in stackTypeInfoArray()
/external/doclava/src/com/google/doclava/
DClassInfo.java57 public TypeInfo typeInfo() { in typeInfo() method in ClassInfo.ClassTypePair
62 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo()); in getTypeArgumentMapping()
140 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init() argument
147 mTypeInfo = typeInfo; in init()
399 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes()
401 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes()
1265 ctp.typeInfo().makeQualifiedHDF(data, "class.inheritance." + i + ".class"); in makeHDF()
1266 ctp.typeInfo().makeHDF(data, "class.inheritance." + i + ".short_class"); in makeHDF()
1269 t.typeInfo().makeHDF(data, "class.inheritance." + i + ".interfaces." + j); in makeHDF()
2248 public void setTypeInfo(TypeInfo typeInfo) { in setTypeInfo() argument
[all …]
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java119 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
120 mCurrentClass.setTypeInfo(typeInfo); in startElement()
DApiFile.java179 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname) ; in parseClass() local
180 cl.setTypeInfo(typeInfo); in parseClass()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dformatutils.cpp598 const Type &typeInfo = GetTypeInfo(type); in computeBlockSize() local
599 if (typeInfo.specialInterpretation) in computeBlockSize()
601 return typeInfo.bytes * width * height; in computeBlockSize()
605 return componentCount * typeInfo.bytes * width * height; in computeBlockSize()
DvalidationES.cpp1644 const gl::Type &typeInfo = gl::GetTypeInfo(type); in ValidateDrawElements() local
1647 … GLint64 byteCount = static_cast<GLint64>(typeInfo.bytes) * static_cast<GLint64>(count)+offset; in ValidateDrawElements()
1650 if (static_cast<GLuint>(count) > (std::numeric_limits<GLuint>::max() / typeInfo.bytes) || in ValidateDrawElements()
DvalidationES3.cpp797 …const FormatType &typeInfo = GetFormatTypeInfo(framebufferInternalFormatInfo.format, framebufferIn… in IsValidES3CopyTexImageCombination() local
798 sourceEffectiveFormat = &GetInternalFormatInfo(typeInfo.internalFormat); in IsValidES3CopyTexImageCombination()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java792 int typeInfo = iter.byteAt(pos + 1); in evalNewArray() local
793 switch (typeInfo) { in evalNewArray()
819 throw new BadBytecode("Invalid array type [pos = " + pos + "]: " + typeInfo); in evalNewArray()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp255 std::pair<CharUnits, CharUnits> typeInfo = in EmitMoveFromReturnSlot() local
257 EmitFinalDestCopy(E->getType(), src, typeInfo.second); in EmitMoveFromReturnSlot()
/external/chromium_org/tools/win/split_link/viz.js/
Dviz.js281 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js339 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];