/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | CoreProfileConfigs_windows.cpp | 106 void getCoreProfileCtxAttribsVersion(const int* attribs, int* maj, int* min) { in getCoreProfileCtxAttribsVersion() argument 108 if (!attribs) return; in getCoreProfileCtxAttribsVersion() 110 while (attribs[i] != 0) { in getCoreProfileCtxAttribsVersion() 111 switch (attribs[i]) { in getCoreProfileCtxAttribsVersion() 113 if (maj) *maj = attribs[i + 1]; in getCoreProfileCtxAttribsVersion() 116 if (min) *min = attribs[i + 1]; in getCoreProfileCtxAttribsVersion()
|
D | CoreProfileConfigs_linux.cpp | 100 void getCoreProfileCtxAttribsVersion(const int* attribs, int* maj, int* min) { in getCoreProfileCtxAttribsVersion() argument 102 if (!attribs) return; in getCoreProfileCtxAttribsVersion() 104 while (attribs[i] != None) { in getCoreProfileCtxAttribsVersion() 105 switch (attribs[i]) { in getCoreProfileCtxAttribsVersion() 107 if (maj) *maj = attribs[i + 1]; in getCoreProfileCtxAttribsVersion() 110 if (min) *min = attribs[i + 1]; in getCoreProfileCtxAttribsVersion()
|
D | MacNative.m | 145 // Format it as |variant| |attribs| 197 const NSOpenGLPixelFormatAttribute* attribs = attrib_lists[attributes_num]; 199 while (*attribs) { 200 if (sIsKeyValueAttrib(*attribs)) { 201 if (query == *attribs) { 202 return attribs[1]; 204 attribs += 2; 206 // these are boolean attribs. 209 if (query == *attribs) { 212 attribs++; [all …]
|
D | CoreProfileConfigs.h | 23 void getCoreProfileCtxAttribsVersion(const int* attribs, int* maj, int* min);
|
D | EglOsApi.h | 195 const EGLint* attribs) { in createImageKHR() argument 237 const EGLAttrib* attribs) { in eglDebugMessageControlKHR() argument
|
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglConfig.cpp | 163 int EmulatedEglConfigList::chooseConfig(const EGLint* attribs, in chooseConfig() argument 181 while (attribs[numAttribs] != EGL_NONE) { in chooseConfig() 182 if (attribs[numAttribs] == EGL_SURFACE_TYPE) { in chooseConfig() 185 if (attribs[numAttribs+1] & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) { in chooseConfig() 191 if (attribs[numAttribs] == EGL_RENDERABLE_TYPE) { in chooseConfig() 192 if (attribs[numAttribs + 1] != EGL_DONT_CARE && in chooseConfig() 193 attribs[numAttribs + 1] & EGL_OPENGL_ES3_BIT_KHR && in chooseConfig() 203 memcpy(&newAttribs[0], attribs, numAttribs * sizeof(EGLint)); in chooseConfig()
|
D | EmulatedEglConfig.h | 147 EGLint chooseConfig(const EGLint* attribs,
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl.attrib | 28 dir attribs in 29 len attribs attribs_size 50 dir attribs in 51 len attribs num_attribs
|
D | renderControl.in | 7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_… 33 GL_ENTRY(void, rcCreateSyncKHR, EGLenum type, EGLint* attribs, uint32_t num_attribs, uint64_t* glsy…
|
D | renderControl_entry.cpp | 14 …EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_… 37 …void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signale… 122 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_s… in rcChooseConfig() argument 125 return ctx->rcChooseConfig(ctx, attribs, attribs_size, configs, configs_size); in rcChooseConfig() 260 void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signaled… in rcCreateSyncKHR() argument 263 …ctx->rcCreateSyncKHR(ctx, type, attribs, num_attribs, destroy_when_signaled, glsync_out, syncthrea… in rcCreateSyncKHR()
|
/hardware/google/gfxstream/third-party/fuchsia/magma/ |
D | regen.py | 83 attribs = format_attribs(export) 84 if (attribs): 85 dest_attrib.write('\n' + attribs)
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 31 dir attribs in 32 len attribs attribs_size 60 dir attribs in 61 len attribs num_attribs
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Main.cpp | 411 memcpy(data_ex->attribs, in ipa_driver_msg_notifier() 412 event_ex->attribs, in ipa_driver_msg_notifier() 430 if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in ipa_driver_msg_notifier() 432 …memcpy(new_neigh_data->mac_addr, event_ex->attribs[cnt].u.mac_addr, sizeof(new_neigh_data->mac_add… in ipa_driver_msg_notifier() 434 …event_ex->attribs[cnt].u.mac_addr[0], event_ex->attribs[cnt].u.mac_addr[1], event_ex->attribs[cnt]… in ipa_driver_msg_notifier() 435 …event_ex->attribs[cnt].u.mac_addr[3], event_ex->attribs[cnt].u.mac_addr[4], event_ex->attribs[cnt]… in ipa_driver_msg_notifier() 437 else if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in ipa_driver_msg_notifier() 439 IPACMDBG_H("Wlan client id %d\n",event_ex->attribs[cnt].u.sta_id); in ipa_driver_msg_notifier()
|
D | IPACM_Wlan.cpp | 691 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in event_callback() 693 eth_bridge_post_event(IPA_ETH_BRIDGE_CLIENT_ADD, IPA_IP_MAX, data->attribs[i].u.mac_addr); in event_callback() 980 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex() 983 data->attribs[i].u.mac_addr, in handle_wlan_client_init_ex() 987 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex() 993 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset+IPA_MAC_ADDR_SIZE], in handle_wlan_client_init_ex() 1000 else if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in handle_wlan_client_init_ex() 1003 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex() 1004 &data->attribs[i].u.sta_id, sizeof(data->attribs[i].u.sta_id)); in handle_wlan_client_init_ex() 1095 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex() [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_platform_dependents.cpp | 54 const pthread_attr_t* attribs, in pthread_create() argument 58 static_cast<void>(attribs); in pthread_create()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | styleguide.adoc | 6 // Must be included before the header and attribs.adoc 26 include::{config}/attribs.adoc[]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/ |
D | testspec.adoc | 6 // Must be included before the header and attribs.adoc 30 include::{config}/attribs.adoc[]
|
/hardware/google/gfxstream/common/detector/ |
D | Egl.cpp | 85 const EGLint attribs[] = { in Init() local 99 if (eglChooseConfig(display, attribs, &config, 1, &numConfigs) != EGL_TRUE) { in Init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/ |
D | pageHeaders-spec.adoc | 5 include::{config}/attribs.adoc[]
|
D | setup_vulkan | 43 ./config/attribs.adoc \
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 464 memcpy(data_ex->attribs, in ipa_driver_msg_notifier() 465 event_ex->attribs, in ipa_driver_msg_notifier() 483 if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in ipa_driver_msg_notifier() 485 …memcpy(new_neigh_data->mac_addr, event_ex->attribs[cnt].u.mac_addr, sizeof(new_neigh_data->mac_add… in ipa_driver_msg_notifier() 487 …event_ex->attribs[cnt].u.mac_addr[0], event_ex->attribs[cnt].u.mac_addr[1], event_ex->attribs[cnt]… in ipa_driver_msg_notifier() 488 …event_ex->attribs[cnt].u.mac_addr[3], event_ex->attribs[cnt].u.mac_addr[4], event_ex->attribs[cnt]… in ipa_driver_msg_notifier() 490 else if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in ipa_driver_msg_notifier() 492 IPACMDBG_H("Wlan client id %d\n",event_ex->attribs[cnt].u.sta_id); in ipa_driver_msg_notifier()
|
D | IPACM_Wlan.cpp | 766 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in event_callback() 768 …eth_bridge_post_event(IPA_ETH_BRIDGE_CLIENT_ADD, IPA_IP_MAX, data->attribs[i].u.mac_addr, NULL, NU… in event_callback() 1038 wlan_data->attribs[0].attrib_type = WLAN_HDR_ATTRIB_MAC_ADDR; in handle_wigig_client_add() 1039 wlan_data->attribs[0].offset = 0; in handle_wigig_client_add() 1040 memcpy(wlan_data->attribs[0].u.mac_addr, data->mac_addr, sizeof(wlan_data->attribs[0].u.mac_addr)); in handle_wigig_client_add() 1136 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex() 1139 data->attribs[i].u.mac_addr, in handle_wlan_client_init_ex() 1143 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex() 1149 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset+IPA_MAC_ADDR_SIZE], in handle_wlan_client_init_ex() 1156 else if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in handle_wlan_client_init_ex() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | macro_checker_file.py | 1028 attribs = parseRefPageAttribs(line) 1030 unknown_attribs = set(attribs.keys()).difference( 1037 if Attrib.REFPAGE.value in attribs: 1038 attrib = attribs[Attrib.REFPAGE.value] 1055 if Attrib.TYPE.value in attribs: 1056 type_text = attribs[Attrib.TYPE.value].value 1077 if Attrib.DESC.value in attribs: 1078 attrib = attribs[Attrib.DESC.value] 1093 if Attrib.TYPE.value in attribs: 1094 attrib = attribs[Attrib.TYPE.value] [all …]
|
/hardware/qcom/sm7250/display/composer/ |
D | gl_common.cpp | 121 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnInputFence() local 123 attribs); in WaitOnInputFence()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | functable.py | 205 and "len" in param.attribs) 385 countParamName = "%s.%s" % (outName, member.attribs["len"]) 460 if "len" in param.attribs: 461 countParamName = param.attribs["len"]
|