| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_android_parser.cpp | 577 start_element_handler(void *data, const char *tag, const char **attributes) start_element_handler() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/pcf/ |
| H A D | pcf.h | 100 FT_Short attributes; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-coretext.cc | 96 CFDictionaryRef attributes = CFDictionaryCreate (kCFAllocatorDefault, in get_last_resort_font_desc() local 356 CFDictionaryRef attributes = in _hb_coretext_shaper_font_data_create() local 651 CFDictionaryRef attributes = CFDictionaryCreate (kCFAllocatorDefault, in _hb_coretext_shape() local 934 CFDictionaryRef attributes in _hb_coretext_shape() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fTransformFeedbackTests.cpp | 437 static void computeInputLayout (vector<Attribute>& attributes, int& inputStride, const vector<Varying>& varyings, bool usePointSize) in computeInputLayout() argument 465 static void computeTransformFeedbackOutputs (vector<Output>& transformFeedbackOutputs, const vector<Attribute>& attributes, const vector<Varying>& varyings, const vector<string>& transformFeedbackVaryings, deUint32 bufferMode) in computeTransformFeedbackOutputs() argument 590 genInputData(const vector<Attribute>& attributes, int numInputs, int inputStride, deUint8* inputBasePtr, de::Random& rnd) genInputData() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pShaderOperatorTests.cpp | 239 vector<AttribSpec> attributes; member [all...] |
| H A D | es3pShaderOptimizationTests.cpp | 118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer. member
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.cpp | 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in hasAttributeAliasing() argument 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions() argument 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions() argument 173 generateOutputCode(const vector<Attribute>& attributes) generateOutputCode() argument 227 generateVertexShaderTemplate(const vector<Attribute>& attributes) generateVertexShaderTemplate() argument 254 createVertexShaderSource(glu::RenderContext& renderCtx, const vector<Attribute>& attributes, bool attributeAliasing) createVertexShaderSource() argument 412 createAndAttachShaders(TestLog& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bool attributeAliasing) createAndAttachShaders() argument 483 logAttributes(TestLog& log, const vector<Attribute>& attributes) logAttributes() argument 497 checkActiveAttribQuery(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes) checkActiveAttribQuery() argument 602 checkAttribLocationQuery(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) checkAttribLocationQuery() argument 631 checkQuery(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) checkQuery() argument 686 runTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const vector<Attribute>& attributes, const vector<Bind>& preAttachBind, const vector<Bind>& preLinkBind, const vector<Bind>& postLinkBind, bool relink, bool reattach = false, const vector<Attribute>& reattachAttributes = vector<Attribute>()) runTest() argument 819 vector<Attribute> attributes; iterate() local 846 vector<Attribute> attributes; iterate() local 881 vector<Attribute> attributes; iterate() local 910 vector<Attribute> attributes; iterate() local 948 vector<Attribute> attributes; iterate() local 988 vector<Attribute> attributes; iterate() local 1019 vector<Attribute> attributes; iterate() local 1040 vector<Attribute> attributes; iterate() local 1061 vector<Attribute> attributes; iterate() local 1086 vector<Attribute> attributes; iterate() local 1111 vector<Attribute> attributes; iterate() local 1144 vector<Attribute> attributes; iterate() local 1178 vector<Attribute> attributes; iterate() local 1205 vector<Attribute> attributes; iterate() local 1246 vector<Attribute> attributes; iterate() local 1284 vector<Attribute> attributes; iterate() local 1318 vector<Attribute> attributes; iterate() local 1363 vector<Attribute> attributes; iterate() local 1405 vector<Attribute> attributes; iterate() local 1429 vector<Attribute> attributes; iterate() local 1450 vector<Attribute> attributes; iterate() local 1471 vector<Attribute> attributes; iterate() local 1495 vector<Attribute> attributes; iterate() local 1520 vector<Attribute> attributes; iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 865 ut::TypedBuffer<Attribute> attributes = prepareVertexAttributes(colorBuffer.getDeviceAddress()); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationUserDefinedIO.cpp | 777 static const float attributes[numAttributes] = { /* inner */ 3.0f, 4.0f, /* outer */ 5.0f, 6.0f, 7.0f, 8.0f, /* pos. scale */ 1.2f, 1.3f, /* pos. offset */ -0.3f, -0.4f }; in iterate() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglMultiThreadTests.cpp | 637 std::vector<EGLint> attributes = in runThread() local 1073 const EGLint attributes[] = in createDestroyObjects() local 1178 const EGLint attributes[] = in createDestroyObjects() local 1399 static const EGLint attributes[] = in querySetSharedObjects() local [all...] |
| H A D | teglWideColorTests.cpp | 650 void WideColorSurfaceTest::addTestAttributes(const EGLint *attributes) in addTestAttributes() argument
|
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pShaderOperatorTests.cpp | 239 vector<AttribSpec> attributes; member [all...] |
| H A D | es2pShaderOptimizationTests.cpp | 118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer. member
|
| /third_party/elfutils/libdw/ |
| H A D | libdwP.h | 533 Dwarf_Attribute *attributes; member
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ShaderLang.cpp | 1622 int ShExcludeAttributes(const ShHandle handle, int *attributes, int count) in ShExcludeAttributes() argument
|
| /third_party/glfw/src/ |
| H A D | x11_window.c | 355 XSetWindowAttributes attributes; in updateWindowMode() local 394 XSetWindowAttributes attributes; in updateWindowMode() local
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslGrammar.cpp | 554 TAttributes attributes; in acceptControlDeclaration() local 600 acceptFullySpecifiedType(TType& type, const TAttributes& attributes) acceptFullySpecifiedType() argument 605 acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& attributes, bool forbidDeclarators) acceptFullySpecifiedType() argument 2699 TAttributes attributes; acceptStructDeclarationList() local 2911 TAttributes attributes; acceptParameterDeclaration() local 3766 TAttributes attributes; acceptStatement() local 3838 acceptAttributes(TAttributes& attributes) acceptAttributes() argument 3926 acceptSelectionStatement(TIntermNode*& statement, const TAttributes& attributes) acceptSelectionStatement() argument 3979 acceptSwitchStatement(TIntermNode*& statement, const TAttributes& attributes) acceptSwitchStatement() argument 4018 acceptIterationStatement(TIntermNode*& statement, const TAttributes& attributes) acceptIterationStatement() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | SimpleDateFormat.java | 1351 StringBuffer format(Calendar cal, StringBuffer toAppendTo, FieldPosition pos, List<FieldPosition> attributes) { in format() argument 1372 format(Calendar cal, DisplayContext capitalizationContext, StringBuffer toAppendTo, FieldPosition pos, List<FieldPosition> attributes) format() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | SimpleDateFormat.java | 1345 StringBuffer format(Calendar cal, StringBuffer toAppendTo, FieldPosition pos, List<FieldPosition> attributes) { in format() argument 1366 format(Calendar cal, DisplayContext capitalizationContext, StringBuffer toAppendTo, FieldPosition pos, List<FieldPosition> attributes) format() argument [all...] |
| /third_party/mbedtls/tests/src/test_helpers/ |
| H A D | ssl_helpers.c | 1264 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_test_ssl_build_transforms() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 400 unsigned attributes; /* additional call-site specific AC_FUNC_ATTRs */ member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-instantiate.cc | 110 PropertyAttributes attributes = type->mutability(i) ? SEALED : FROZEN; in CreateStructDescriptorArray() local
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| H A D | web-snapshot.cc | 187 int attributes = ReadOnlyBitField::decode(flags) * READ_ONLY + in FlagsToAttributes() local 472 std::vector<uint32_t> attributes; in SerializeMap() local 1551 PropertyAttributes attributes = PropertyAttributes::NONE; in DeserializeMaps() local [all...] |
| /third_party/node/src/ |
| H A D | jsvm_types.h | 545 JSVM_PropertyAttributes attributes; member
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | dir.c | 913 ntfs_dir_entry_type(ntfs_inode *dir_ni, MFT_REF mref, FILE_ATTR_FLAGS attributes) ntfs_dir_entry_type() argument [all...] |