/external/mesa3d/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 106 def vert( intype, outtype, v0 ): 107 if intype == GENERATE: 112 def point( intype, outtype, ptr, v0 ): 113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 115 def line( intype, outtype, ptr, v0, v1 ): 116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 119 def tri( intype, outtype, ptr, v0, v1, v2 ): 120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + '; [all...] |
u_unfilled_gen.py | 95 def vert( intype, outtype, v0 ): 96 if intype == GENERATE: 101 def line( intype, outtype, ptr, v0, v1 ): 102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 103 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 109 def do_tri( intype, outtype, ptr, v0, v1, v2 ): 110 line( intype, outtype, ptr, v0, v1 ) 111 line( intype, outtype, ptr + '+2', v1, v2 ) 112 line( intype, outtype, ptr + '+4', v2, v0 ) 114 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ) [all...] |
/external/libchrome/base/trace_event/etw_manifest/ |
chrome_events_win.man | 27 inType="win:AnsiString" 31 inType="win:AnsiString" 35 inType="win:AnsiString" 39 inType="win:AnsiString" 43 inType="win:AnsiString" 47 inType="win:AnsiString" 51 inType="win:AnsiString" 55 inType="win:AnsiString"
|
/external/opencv3/samples/android/face-detection/ |
.cproject | 26 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.588929884" languageId="org.eclipse.cdt.core.assembly" languageName="Assembly" sourceContentType="org.eclipse.cdt.core.asmSource" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/> 38 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.360067880" languageId="org.eclipse.cdt.core.g++" languageName="GNU C++" sourceContentType="org.eclipse.cdt.core.cxxSource,org.eclipse.cdt.core.cxxHeader" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/> 50 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.232493949" languageId="org.eclipse.cdt.core.gcc" languageName="GNU C" sourceContentType="org.eclipse.cdt.core.cSource,org.eclipse.cdt.core.cHeader" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/>
|
/external/opencv3/samples/android/tutorial-2-mixedprocessing/ |
.cproject | 26 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.1470189286" languageId="org.eclipse.cdt.core.assembly" languageName="Assembly" sourceContentType="org.eclipse.cdt.core.asmSource" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/> 38 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.159439464" languageId="org.eclipse.cdt.core.g++" languageName="GNU C++" sourceContentType="org.eclipse.cdt.core.cxxSource,org.eclipse.cdt.core.cxxHeader" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/> 50 <inputType id="org.eclipse.cdt.build.core.settings.holder.inType.608739504" languageId="org.eclipse.cdt.core.gcc" languageName="GNU C" sourceContentType="org.eclipse.cdt.core.cSource,org.eclipse.cdt.core.cHeader" superClass="org.eclipse.cdt.build.core.settings.holder.inType"/>
|
/external/icu/icu4c/source/test/intltest/ |
dcfmtest.h | 56 EFormatInputType inType,
|
dcfmtest.cpp | 384 EFormatInputType inType, // input number type 426 switch (inType) {
|
/external/deqp/modules/gles2/scripts/ |
gen-conversions.py | 178 inType = inValues[0].typeString() 180 self.name = "%s_to_%s" % (inType, outType) 182 self.inputs = [("%s in0" % inType, inValues)] 195 inType = inValue.typeString() 197 self.name = "%s_to_%s" % (inType, outType) 198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 199 self.inType = inType
|
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 191 inType = inValues[0].typeString() 193 self.name = "%s_to_%s" % (inType, outType) 195 self.inputs = [("%s in0" % inType, inValues)] 208 inType = inValue.typeString() 210 self.name = "%s_to_%s" % (inType, outType) 211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 212 self.inType = inType
|
/external/deqp/modules/glshared/ |
glsShaderConstExprTests.cpp | 126 const DataType inType = cases[caseNdx].inType; 141 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types) 202 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); 204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
|
glsShaderConstExprTests.hpp | 55 DataType inType;
|
glsVertexArrayTests.hpp | 154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0; 176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicColorMatrix.cpp | 115 uint32_t inType :4; // [4 - 7] 221 key.u.inType = RS_TYPE_FLOAT_32; 222 rsAssert(key.u.inType == RS_TYPE_FLOAT_32); 266 key.u.copyAlpha = !(key.u.inType || key.u.outType); 308 if (key.u.inType && !key.u.outType) { 467 // inType, outType float if nonzero 468 if (!(key.u.inType || key.u.outType)) { 522 if (key.u.inType || key.u.outType) { 528 if (key.u.inType) { 720 if (key.u.inType != key.u.outType) [all...] |
rsCpuScript.cpp | 582 const Type *inType = ain0->getType(); 584 mtls->redp.dim.x = inType->getDimX(); 585 mtls->redp.dim.y = inType->getDimY(); 586 mtls->redp.dim.z = inType->getDimZ(); 660 const Type *inType = ain0->getType(); 662 mtls->fep.dim.x = inType->getDimX(); 663 mtls->fep.dim.y = inType->getDimY(); 664 mtls->fep.dim.z = inType->getDimZ(); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Script.java | 47 Type inType = ain.getType(); 48 dInElement = inType.getElement().getDummyElement(mRS); 49 dInType = inType.getDummyType(mRS, dInElement); 50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize();
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
ocaml.swg | 84 swig_type_info *intype, swig_type_info *outtype) { 85 if (intype) { 86 return SWIG_Cast(inptr, intype,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tdh.h | 73 USHORT InType;
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
CustomElements.js | 618 window.CustomEvent = function(inType, params) { 621 e.initCustomEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable), params.detail);
|
HTMLImports.js | 746 window.CustomEvent = function(inType, params) { 749 e.initCustomEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable), params.detail);
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
CustomElements.js | 618 window.CustomEvent = function(inType, params) { 621 e.initCustomEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable), params.detail);
|
HTMLImports.js | 746 window.CustomEvent = function(inType, params) { 749 e.initCustomEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable), params.detail);
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSKernelExpand.cpp | 631 llvm::Type *InType = ArgIter->getType(); 643 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { 648 InType = InType->getPointerTo(); 659 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in"); 664 // cast to InType and leave CastInBufPtr as an int8_t*. The buffer is 674 InTypes.push_back(InType); [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 433 bool inType = true; 500 inType = false; 507 bool outside = !inType && !mCurrentInfo->mHasSoleMime; [all...] |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
ICUTaglet.java | 70 public boolean inType() {
|
/external/deqp/modules/gles31/scripts/ |
gen-implicit-conversions.py | 204 struct { ${{INTYPE}} value; } a; 765 "INTYPE": self.in_type,
|