Searched refs:fFeatures (Results 1 – 12 of 12) sorted by relevance
95 protected int fFeatures = 0; field in LSSerializerImpl215 fFeatures |= CDATA; in LSSerializerImpl()216 fFeatures |= COMMENTS; in LSSerializerImpl()217 fFeatures |= ELEM_CONTENT_WHITESPACE; in LSSerializerImpl()218 fFeatures |= ENTITIES; in LSSerializerImpl()219 fFeatures |= NAMESPACES; in LSSerializerImpl()220 fFeatures |= NAMESPACEDECLS; in LSSerializerImpl()221 fFeatures |= SPLITCDATA; in LSSerializerImpl()222 fFeatures |= WELLFORMED; in LSSerializerImpl()223 fFeatures |= DISCARDDEFAULT; in LSSerializerImpl()[all …]
112 private int fFeatures = 0; field in DOM3TreeWalker572 if ((fFeatures & COMMENTS) != 0) { in serializeComment()576 if ((fFeatures & WELLFORMED) != 0) { in serializeComment()609 if ((fFeatures & WELLFORMED) != 0) { in serializeElement()620 if ((fFeatures & NAMESPACES) != 0) { in serializeElement()651 if ((fFeatures & NAMESPACES) != 0 ) { in serializeElement()696 if ((fFeatures & WELLFORMED) != 0) { in serializeAttList()705 if ((fFeatures & NAMESPACES) != 0 && !xmlnsAttr) { in serializeAttList()741 if ((fFeatures & NAMESPACEDECLS) != 0) { in serializeAttList()764 if ((fFeatures & NAMESPACEDECLS) != 0) { in serializeAttList()[all …]
34 return fFeatures; in getVkFeatures()44 , fFeatures(features) in VkTestContext()51 const VkPhysicalDeviceFeatures2* fFeatures; variable
236 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in teardown()237 delete fFeatures; in teardown()
427 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in cleanup()428 delete fFeatures; in cleanup()491 VkPhysicalDeviceFeatures2* fFeatures = nullptr; member in VulkanTestHelper519 fFeatures = new VkPhysicalDeviceFeatures2; in init()520 memset(fFeatures, 0, sizeof(VkPhysicalDeviceFeatures2)); in init()521 fFeatures->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init()522 fFeatures->pNext = nullptr; in init()528 fFeatures, &fDebugCallback)) { in init()
424 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in cleanup()425 delete fFeatures; in cleanup()488 VkPhysicalDeviceFeatures2* fFeatures = nullptr; member in VulkanTestHelper513 fFeatures = new VkPhysicalDeviceFeatures2; in init()514 memset(fFeatures, 0, sizeof(VkPhysicalDeviceFeatures2)); in init()515 fFeatures->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init()516 fFeatures->pNext = nullptr; in init()522 fFeatures, &fDebugCallback)) { in init()
58 uint32_t fFeatures; // Deprecated. Use either fDeviceFeatures[2] instead. member
177 if (backendContext.fFeatures & kGeometryShader_GrVkFeatureFlag) { in GrVkGpu()180 if (backendContext.fFeatures & kDualSrcBlend_GrVkFeatureFlag) { in GrVkGpu()183 if (backendContext.fFeatures & kSampleRateShading_GrVkFeatureFlag) { in GrVkGpu()