Searched refs:objectType (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dobjectpurge.h32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
38 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name,
H A Dobjectpurge.c136 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
161 switch (objectType) {
174 name, objectType);
278 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
301 switch (objectType) {
311 name, objectType);
390 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, argument
401 switch (objectType) {
414 name, objectType);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dobjectpurge.h32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
38 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name,
H A Dobjectpurge.c132 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
157 switch (objectType) {
170 name, objectType);
274 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
297 switch (objectType) {
307 name, objectType);
386 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, argument
397 switch (objectType) {
410 name, objectType);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_object.c203 VkObjectType objectType,
219 if (objectType == VK_OBJECT_TYPE_SWAPCHAIN_KHR) {
229 vk_object_base_from_u64_handle(objectHandle, objectType);
237 VkObjectType objectType,
244 objectType, objectHandle,
256 VkObjectType objectType,
263 objectType, objectHandle,
295 VkObjectType objectType,
302 objectType, objectHandle,
308 VkObjectType objectType,
202 vk_object_base_private_data(struct vk_device * device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t ** private_data) argument
236 vk_object_base_set_private_data(struct vk_device * device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t data) argument
255 vk_object_base_get_private_data(struct vk_device * device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t * pData) argument
294 vk_common_SetPrivateDataEXT(VkDevice _device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t data) argument
307 vk_common_GetPrivateDataEXT(VkDevice _device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t * pData) argument
[all...]
H A Dvk_debug_report.c132 VkDebugReportObjectTypeEXT objectType,
140 debug_report(instance, flags, objectType,
130 vk_common_DebugReportMessageEXT(VkInstance _instance,VkDebugReportFlagsEXT flags,VkDebugReportObjectTypeEXT objectType,uint64_t object,size_t location,int32_t messageCode,const char * pLayerPrefix,const char * pMessage) argument
H A Dvk_object.h171 VkObjectType objectType,
177 VkObjectType objectType,
H A Dvk_debug_utils.c164 pNameInfo->objectType);
H A Dvk_log.c200 .objectType = base->type,
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglapi.c269 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) argument
276 if (objectType == EGL_OBJECT_THREAD_KHR)
278 else if (objectType == EGL_OBJECT_DISPLAY_KHR && disp)
290 #define _EGL_FUNC_START(disp, objectType, object, ret) \
292 if (!_eglSetFuncName(__func__, disp, objectType, (_EGLResource *) object)) { \
2373 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, argument
2381 if (objectType == EGL_OBJECT_THREAD_KHR) {
2396 if (objectType == EGL_OBJECT_DISPLAY_KHR) {
2404 switch (objectType) {
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglapi.c268 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) argument
275 if (objectType == EGL_OBJECT_THREAD_KHR)
277 else if (objectType == EGL_OBJECT_DISPLAY_KHR && disp)
289 #define _EGL_FUNC_START(disp, objectType, object, ret) \
291 if (!_eglSetFuncName(__func__, disp, objectType, (_EGLResource *) object)) { \
2405 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, argument
2413 if (objectType == EGL_OBJECT_THREAD_KHR) {
2428 if (objectType == EGL_OBJECT_DISPLAY_KHR) {
2436 switch (objectType) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c2580 VkObjectType objectType,
2586 return vk_object_base_set_private_data(&device->vk, objectType,
2593 VkObjectType objectType,
2599 vk_object_base_get_private_data(&device->vk, objectType, objectHandle,
2578 lvp_SetPrivateDataEXT(VkDevice _device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t data) argument
2591 lvp_GetPrivateDataEXT(VkDevice _device,VkObjectType objectType,uint64_t objectHandle,VkPrivateDataSlotEXT privateDataSlot,uint64_t * pData) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c2045 VkDebugReportObjectTypeEXT objectType,
2053 vk_debug_report(&instance->debug_report_callbacks, flags, objectType,
2043 tu_DebugReportMessageEXT(VkInstance _instance,VkDebugReportFlagsEXT flags,VkDebugReportObjectTypeEXT objectType,uint64_t object,size_t location,int32_t messageCode,const char * pLayerPrefix,const char * pMessage) argument
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglext.h128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglext.h109 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
113 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h935 typedef EGLint (GLAPIENTRY *PFNEGLLABELOBJECTKHRPROC)(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
1160 EPOXY_PUBLIC EGLint (EPOXY_CALLSPEC *epoxy_eglLabelObjectKHR)(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
H A Degl_generated_dispatch.c5097 GEN_THUNKS_RET(EGLint, eglLabelObjectKHR, (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label), (display, objectType, object, label))
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h8604 VkDebugReportObjectTypeEXT objectType,
8622 typedef void (VKAPI_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
8639 VkDebugReportObjectTypeEXT objectType,
8696 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectNameInfoEXT
8704 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectTagInfoEXT
9666 VkObjectType objectType; member in struct:VkDebugUtilsObjectNameInfoEXT
9705 VkObjectType objectType; member in struct:VkDebugUtilsObjectTagInfoEXT
12162 VkObjectType objectType; member in struct:VkDeviceMemoryReportCallbackDataEXT
12280 typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data);
12281 typedef void (VKAPI_PTR *PFN_vkGetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h6304 VkDebugReportObjectTypeEXT objectType,
6322 typedef void (VKAPI_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
6339 VkDebugReportObjectTypeEXT objectType,
6399 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectNameInfoEXT
6407 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectTagInfoEXT
7511 VkObjectType objectType; member in struct:VkDebugUtilsObjectNameInfoEXT
7519 VkObjectType objectType; member in struct:VkDebugUtilsObjectTagInfoEXT
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated6.c1908 _mesa_marshal_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1912 return CALL_ObjectPurgeableAPPLE(ctx->CurrentServerDispatch, (objectType, name, option));
1918 _mesa_marshal_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1922 return CALL_ObjectUnpurgeableAPPLE(ctx->CurrentServerDispatch, (objectType, name, option));
1928 _mesa_marshal_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint * value) argument
1932 CALL_GetObjectParameterivAPPLE(ctx->CurrentServerDispatch, (objectType, name, pname, value));
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c1848 VkDebugReportObjectTypeEXT objectType,
1856 vk_debug_report(&instance->debug_report_callbacks, flags, objectType,
1846 anv_DebugReportMessageEXT(VkInstance _instance,VkDebugReportFlagsEXT flags,VkDebugReportObjectTypeEXT objectType,uint64_t object,size_t location,int32_t messageCode,const char * pLayerPrefix,const char * pMessage) argument
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h1320 void APIENTRY shared_dispatch_stub_1307(GLenum objectType, GLuint name, GLenum pname, GLint *value);
1321 GLenum APIENTRY shared_dispatch_stub_1308(GLenum objectType, GLuint name, GLenum option);
1322 GLenum APIENTRY shared_dispatch_stub_1309(GLenum objectType, GLuint name, GLenum option);
9319 static void APIENTRY noopGetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint *value) argument
9321 (void) objectType; (void) name; (void) pname; (void) value;
9325 static GLenum APIENTRY noopObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
9327 (void) objectType; (void) name; (void) option;
9332 static GLenum APIENTRY noopObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
9334 (void) objectType; (void) name; (void) option;
26697 void APIENTRY shared_dispatch_stub_1307(GLenum objectType, GLuin argument
26704 shared_dispatch_stub_1308(GLenum objectType,GLuint name,GLenum option) argument
26711 shared_dispatch_stub_1309(GLenum objectType,GLuint name,GLenum option) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c5230 VkDebugReportObjectTypeEXT objectType,
5238 vk_debug_report(&instance->debug_report_callbacks, flags, objectType,
5228 radv_DebugReportMessageEXT(VkInstance _instance,VkDebugReportFlagsEXT flags,VkDebugReportObjectTypeEXT objectType,uint64_t object,size_t location,int32_t messageCode,const char * pLayerPrefix,const char * pMessage) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec29639 ObjectPurgeableAPPLE(objectType, name, option)
29641 param objectType GLenum in value
29651 ObjectUnpurgeableAPPLE(objectType, name, option)
29653 param objectType GLenum in value
29663 GetObjectParameterivAPPLE(objectType, name, pname, params)
29665 param objectType GLenum in value
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h1324 void APIENTRY shared_dispatch_stub_1307(GLenum objectType, GLuint name, GLenum pname, GLint *value);
1325 GLenum APIENTRY shared_dispatch_stub_1308(GLenum objectType, GLuint name, GLenum option);
1326 GLenum APIENTRY shared_dispatch_stub_1309(GLenum objectType, GLuint name, GLenum option);
9558 static void APIENTRY noopGetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint *value) argument
9560 (void) objectType; (void) name; (void) pname; (void) value;
9564 static GLenum APIENTRY noopObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
9566 (void) objectType; (void) name; (void) option;
9571 static GLenum APIENTRY noopObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
9573 (void) objectType; (void) name; (void) option;
29350 shared_dispatch_stub_1307(GLenum objectType,GLuint name,GLenum pname,GLint * value) argument
29357 shared_dispatch_stub_1308(GLenum objectType,GLuint name,GLenum option) argument
29364 shared_dispatch_stub_1309(GLenum objectType,GLuint name,GLenum option) argument
[all...]

Completed in 270 milliseconds

12