Searched refs:sourceType (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dcopyimage.h20 template <typename sourceType, typename colorDataType>
26 template <typename sourceType, typename destType, typename colorDataType>
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.h20 const char* sourceType, // E.g. "GM", "SKP". For humans.
25 const char* sourceType, // E.g. "GM", "SKP". For humans.
H A DDMWriteTask.cpp39 WriteTask::WriteTask(const Task& parent, const char* sourceType, SkBitmap bitmap) argument
42 , fSourceType(sourceType)
49 const char* sourceType,
54 , fSourceType(sourceType)
84 SkString sourceType; // "GM", "SKP" member in struct:DM::JsonData
188 result["options"]["source_type"] = gJsonData[i].sourceType.c_str();
48 WriteTask(const Task& parent, const char* sourceType, SkStreamAsset *data, const char* ext) argument
H A DDMPDFTask.cpp91 const char* sourceType = fGM.get() ? "GM" : "SKP"; local
93 (*this, sourceType, pdfData->duplicate(), ".pdf")));
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsource_filter_parser.js115 var sourceType = sourceEntry.getSourceTypeString().toLowerCase();
117 if (sourceType.search(parameters[i]) != -1)
H A Dtimeline_data_series.js148 function SourceCountDataSeries(sourceType, eventType) {
150 this.sourceType_ = sourceType;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DIndexDataManager.cpp21 static void ConvertIndices(GLenum sourceType, GLenum destinationType, const void *input, GLsizei count, void *output) argument
23 if (sourceType == GL_UNSIGNED_BYTE)
34 else if (sourceType == GL_UNSIGNED_INT)
39 else if (sourceType == GL_UNSIGNED_SHORT)
/external/chromium_org/third_party/skia/gm/
H A Dxfermodes.cpp235 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) {
238 if ((gModes[i].fSourceTypeMask & sourceType) == 0) {
252 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
/external/skia/gm/
H A Dxfermodes.cpp234 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) {
237 if ((gModes[i].fSourceTypeMask & sourceType) == 0) {
251 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanCopier.java96 Type sourceType = Type.getType(source);
122 e.checkcast(sourceType);
128 e.checkcast(sourceType);
/external/chromium_org/third_party/angle/src/common/
H A Dmathutil.h140 template <typename destType, typename sourceType>
141 destType bitCast(const sourceType &source)
143 size_t copySize = std::min(sizeof(destType), sizeof(sourceType));
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DOutput.pm101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n";
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
/external/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n";
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java751 private Rop getCastRop(com.android.dx.rop.type.Type sourceType, argument
753 if (sourceType.getBasicType() == BT_INT) {
763 return Rops.opConv(targetType, sourceType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java651 TypeId<?> sourceType = TypeId.get(source);
653 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType);
655 Local<?> localSource = code.getParameter(0, sourceType);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3386 bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunctionType functionType, TexFuncValidationSourceType sourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset) argument
3402 if (sourceType != SourceArrayBufferView) {
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 3122 milliseconds