/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.h | 203 getImageViews().retain(resourceUseList); in retainImageViews() 208 mBufferViews.retain(resourceUseList); in retainBufferViews()
|
H A D | vk_helpers.cpp | 1171 image->retain(&contextVk->getResourceUseList()); in imageRead() 1176 image->retain(&contextVk->getResourceUseList()); in imageRead() 1189 image->retain(&contextVk->getResourceUseList()); in imageWrite() 1216 image->retain(resourceUseList); in colorImagesDraw() 1229 resolveImage->retain(resourceUseList); in colorImagesDraw() 1254 image->retain(resourceUseList); in depthStencilImagesDraw() 1267 resolveImage->retain(resourceUseList); in depthStencilImagesDraw() 2666 retain(&contextVk->getResourceUseList()); in allocateSets() 2878 mPools[poolIndex].retain(&contextVk->getResourceUseList()); in onEntryFreed() 3077 // Query results are available after endQuery, retain thi in endQueryImpl() [all...] |
H A D | TextureVk.cpp | 1955 mImage->retain(&contextVk->getResourceUseList()); in generateMipmap() 1956 getImageViews().retain(&contextVk->getResourceUseList()); in generateMipmap() 2284 mImage->retain(&contextVk->getResourceUseList()); in respecifyImageStorage() 2808 imageViews.retain(&contextVk->getResourceUseList()); in getReadImageViewAndRecordUse() 2832 imageViews.retain(&contextVk->getResourceUseList()); in getFetchImageViewAndRecordUse() 2852 imageViews.retain(&contextVk->getResourceUseList()); in getCopyImageViewAndRecordUse()
|
H A D | ContextVk.cpp | 1542 mCurrentGraphicsPipeline->retain(&mResourceUseList); in handleDirtyGraphicsPipelineDesc() 1628 mCurrentComputePipeline->retain(&mResourceUseList); in handleDirtyComputePipelineBinding() 2438 timestampQuery.retain(&scratchResourceUseList); in synchronizeCpuGpuTime() 5149 // ContextVk, we only need to retain them once to ensure the reference count and Serial are 5153 driverUniforms->descriptorPoolBinding.get().retain(&mResourceUseList); 5219 driverUniforms.descriptorPoolBinding.get().retain(&mResourceUseList); 5730 timestampQuery.retain(&scratchResourceUseList); 6475 imageAccess.image->retain(&mResourceUseList); 6484 imageWrite.access.image->retain(&mResourceUseList);
|
H A D | ProgramExecutableVk.cpp | 478 mDescriptorPoolBindings[DescriptorSetIndex::UniformsAndXfb].get().retain( in allocUniformAndXfbDescriptorSet() 1563 mDescriptorPoolBindings[DescriptorSetIndex::ShaderResource].get().retain( in updateShaderResourcesDescriptorSet() 1733 mDescriptorPoolBindings[DescriptorSetIndex::Texture].get().retain( in updateTexturesDescriptorSet()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uset.h | 664 * @param set the object for which to retain only the specified range 706 * @param set the object on which to perform the retain 707 * @param retain set that defines which elements this set will retain 711 uset_retainAll(USet* set, const USet* retain);
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
H A D | minimal-mqtt-client-multi.c | 63 .retain = 0,
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
H A D | client-mqtt.c | 150 c->conn_flags |= (uint16_t)((!!cp->will_param.retain) * LMQCFT_WILL_RETAIN); in lws_create_client_mqtt_object()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uset.h | 694 * @param set the object for which to retain only the specified range 736 * @param set the object on which to perform the retain 737 * @param retain set that defines which elements this set will retain 741 uset_retainAll(USet* set, const USet* retain);
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 9 " * Redistributions of source code must retain the above copyright
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uset.h | 666 * @param set the object for which to retain only the specified range 710 * @param set the object on which to perform the retain 711 * @param retain set that defines which elements this set will retain 715 uset_retainAll(USet* set, const USet* retain);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay_i.h | 95 Boolean retain; member
|
H A D | ieee802_1x_kay.c | 3666 participant->retain = FALSE; in ieee802_1x_kay_create_mka() 3987 "retain=%s\n" in ieee802_1x_kay_get_status() 3995 yes_no(p->retain), in ieee802_1x_kay_get_status() 4092 true_false(p->retain), in ieee802_1x_kay_get_mib()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 641 //UnicodeSet::retain(long) in TestAPI() 696 set.retain(u's'); in TestAPI() 699 if (set != exp) { errln("FAIL: retain('s')"); return; } in TestAPI() 702 // public final UnicodeSet retain(String s); in TestAPI() 708 set.retain(u"cd"); in TestAPI() 711 if (set != exp) { errln("FAIL: (with cd).retain(\"cd\")"); return; } in TestAPI() 715 set.retain(u"cd"); in TestAPI() 717 if (set != exp) { errln("FAIL: (without cd).retain(\"cd\")"); return; } in TestAPI() 878 &((new UnicodeSet('a','z'))->add('A', 'Z').retain('M','m').complement('X')), in TestStrings() 1543 set.retain(star in TestInvalidCodePoint() [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 1211 err = (*param)[i].retain(); in getInfoHelper() 1320 err = param->retain(); in getInfoHelper() 1652 * OpenCL 1.2 devices do have retain/release. 1666 static cl_int retain(cl_device_id device) in retain() function 1682 * OpenCL 1.1 devices do not have retain/release. 1687 // cl_device_id does not have retain(). 1688 static cl_int retain(cl_device_id) in retain() function 1699 // cl_platform_id does not have retain(). 1700 static cl_int retain(cl_platform_id) in retain() function 1710 static cl_int retain(cl_contex function 1719 static cl_int retain(cl_command_queue queue) retain() function 1728 static cl_int retain(cl_mem memory) retain() function 1737 static cl_int retain(cl_sampler sampler) retain() function 1746 static cl_int retain(cl_program program) retain() function 1755 static cl_int retain(cl_kernel kernel) retain() function 1764 static cl_int retain(cl_event event) retain() function 1892 cl_int retain() const retain() function in cl::detail::Wrapper 2001 cl_int retain() const retain() function in cl::detail::Wrapper [all...] |
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | mqtt.c | 1895 uint8_t retain) in lws_mqtt_fill_fixed_header() 1917 hdr.flags.retain = !!retain; in lws_mqtt_fill_fixed_header() 1998 pub->dup, pub->qos, pub->retain)) { in lws_mqtt_client_send_publish() 1893 lws_mqtt_fill_fixed_header(uint8_t *p, lws_mqtt_control_packet_t ctrl_pkt_type, uint8_t dup, lws_mqtt_qos_levels_t qos, uint8_t retain) lws_mqtt_fill_fixed_header() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | kernel.cpp | 79 obj(d_kern).retain(); in clRetainKernel()
|
H A D | program.cpp | 249 obj(d_prog).retain(); in clRetainProgram()
|
H A D | memory.cpp | 547 obj(d_mem).retain(); in clRetainMemObject()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.hpp | 82 void retain();
|
H A D | Image.cpp | 1079 void ClientBuffer::retain() in retain() function in egl::ClientBuffer 1154 this->clientBuffer.retain(); in ClientBufferImage()
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 17 * 1. Redistributions of source code must retain the above copyright notice, 489 * @param fretain MQTT retain flag 1088 * @param retain MQTT retain flag 1096 mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_t payload_length, u8_t qos, u8_t retain, in mqtt_publish() argument 1139 mqtt_output_append_fixed_header(&client->output, MQTT_MSG_TYPE_PUBLISH, 0, qos, retain, remaining_length); in mqtt_publish()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numberformatter.h | 742 * Whether to retain trailing zeros based on the looser strategy. 801 bool retain);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | numberformatter.h | 738 * Whether to retain trailing zeros based on the looser strategy. 797 bool retain);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.c | 3703 participant->retain = false; in ieee802_1x_kay_create_mka() 4023 "retain=%s\n" in ieee802_1x_kay_get_status() 4031 yes_no(p->retain), in ieee802_1x_kay_get_status() 4128 true_false(p->retain), in ieee802_1x_kay_get_mib()
|