Searched refs:aType (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Types.h | 423 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize() 425 ASSERT(aType != EbtStruct); in initialize() 426 type = aType; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexShader.cpp | 160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument 163 attribType[inputIdx] = aType; in setInput()
|
/third_party/lzma/DOC/ |
D | 7zFormat.txt | 200 if (aType == 0) 369 if (aType == 0)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 354 TIntermLoop(TLoopType aType, in TIntermLoop() argument 357 type(aType), in TIntermLoop()
|
/third_party/python/Mac/PythonLauncher/ |
D | MyDocument.m | 97 - (NSData *)dataRepresentationOfType:(NSString *)aType
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 89 …TextureFormat(GLenum aFormat, GLenum aType, GLint aInternalFormat, const char* aRequiredExtension … in TextureFormat() 93 , type(aType) in TextureFormat() 138 …RenderbufferFormat(GLenum aFormat, RenderBufferType aType, const char* aRequiredExtension = DE_NUL… in RenderbufferFormat() 141 , type(aType) in RenderbufferFormat()
|
/third_party/skia/src/core/ |
D | SkMatrix.cpp | 613 TypeMask aType = a.getType(); in setConcat() local 620 } else if (only_scale_and_translate(aType | bType)) { in setConcat() 628 if ((aType | bType) & kPerspective_Mask) { in setConcat()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 73253 NS_HexToRGBA(const nsAString& aBuf, nsHexColorType aType, nscolor* aResult); 80354 inline bool IsSVGType(ValueType aType) const; 80358 inline void SetPtrValueAndType(void* aValue, ValueBaseType aType); 80359 void SetIntValueAndType(int32_t aValue, ValueType aType, 80364 void SetSVGType(ValueType aType, const void* aValue, 86857 nsresult AddEventListener(const nsAString& aType, in AddEventListener() argument 86861 return AddEventListener(aType, aListener, aUseCapture, false, 1); in AddEventListener() 86864 nsresult AddEventListener(const nsAString& aType, in AddEventListener() argument 86869 return AddEventListener(aType, aListener, aUseCapture, aWantsUntrusted, 2); in AddEventListener() 86872 nsresult AddSystemEventListener(const nsAString& aType, in AddSystemEventListener() argument [all …]
|
/third_party/tzdata/ |
D | europe | 3631 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 98528 u32 aType[1]; /* Type values record decode. MUST BE LAST */ 104466 pCx->aOffset = &pCx->aType[nField]; 104964 + assert( aOffset==pC->aType+pC->nField ); 136949 u32 aType[1]; /* Type values record decode. MUST BE LAST */ 142887 pCx->aOffset = &pCx->aType[nField]; 143385 + assert( aOffset==pC->aType+pC->nField ); 185968 pCx->aOffset = &pCx->aType[nField]; 186466 + assert( aOffset==pC->aType+pC->nField ); 187458 u32 aType[1]; /* Type values record decode. MUST BE LAST */
|