Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 20 of 20) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h87 using reference = T&; variable
108 reference front() { return *begin(); } in front()
110 reference back() { return *(end() - 1); } in back()
113 reference operator[](size_t i) { return *(begin() + i); }
275 using reference = typename base::reference; variable
/device/generic/goldfish/radio/ril/
DAndroid.mk9 reference-ril.c \
/device/google/cuttlefish/guest/hals/ril/reference-ril/
DAndroid.mk10 reference-ril.c \
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME80 reference count of 1.
83 Adds an additional reference to the colorbuffer, typically from a
87 Removes a reference to the colorbuffer. When the reference count drops
/device/google/coral-sepolicy/private/
Dgoogle_camera_app.te7 ## that reference private core sepolicy
/device/generic/goldfish/radio/include/telephony/
Dril_cdma_sms.h463 unsigned char reference; member
/device/ti/beagle_x15/gpu/
DNOTICE121 either this permission notice or a reference to
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE124 without reference to the principles of conflicts of laws. Any dispute arising out of or relating to…
/device/linaro/poplar/proprietary/hisilicon/
DLICENSE54 …rued in accordance with the laws of People’s Republic of China, without reference to the principle…
/device/linaro/hikey/mali/bifrost/
DEND_USER_LICENCE_AGREEMENT.txt85 reference for modifying existing patents or patent applications or
/device/amlogic/yukawa/binaries/gpu/
DEND_USER_LICENCE_AGREEMENT.txt85 reference for modifying existing patents or patent applications or
/device/linaro/hikey/mali/utgard/
DEND_USER_LICENCE_AGREEMENT.txt85 reference for modifying existing patents or patent applications or
/device/linaro/dragonboard/db845c/firmware/
DLICENSE.qcom.txt184 attached hereto, which are incorporated herein by this reference, constitutes
DNOTICE184 attached hereto, which are incorporated herein by this reference, constitutes
/device/linaro/dragonboard/db845c/firmware/qcom/venus-5.2/
DNOTICE184 attached hereto, which are incorporated herein by this reference, constitutes
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/
DLICENSE184 attached hereto, which are incorporated herein by this reference, constitutes
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h496 uint32_t reference);
Dgoldfish_vk_marshaling_guest.cpp2093 vkStream->write((uint32_t*)&forMarshaling->reference, sizeof(uint32_t)); in marshal_VkStencilOpState()
2106 vkStream->read((uint32_t*)&forUnmarshaling->reference, sizeof(uint32_t)); in unmarshal_VkStencilOpState()
DVkEncoder.cpp7663 uint32_t reference) in vkCmdSetStencilReference() argument
7678 local_reference = reference; in vkCmdSetStencilReference()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp1169 uint32_t reference) in entry_vkCmdSetStencilReference() argument
1174 vkEnc->vkCmdSetStencilReference(commandBuffer, faceMask, reference); in entry_vkCmdSetStencilReference()