Searched refs:attrib_listPacked (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationEGL_autogen.h | 22 const AttributeMap &attrib_listPacked, 34 const AttributeMap &attrib_listPacked); 38 const AttributeMap &attrib_listPacked); 43 const AttributeMap &attrib_listPacked); 48 const AttributeMap &attrib_listPacked); 122 const AttributeMap &attrib_listPacked); 141 const AttributeMap &attrib_listPacked); 146 const AttributeMap &attrib_listPacked); 151 const AttributeMap &attrib_listPacked); 155 const AttributeMap &attrib_listPacked); [all …]
|
D | validationEGL.cpp | 5947 const AttributeMap &attrib_listPacked) in ValidateCreatePlatformPixmapSurface() argument 5952 attrib_listPacked); in ValidateCreatePlatformPixmapSurface() 5959 const AttributeMap &attrib_listPacked) in ValidateCreatePlatformWindowSurface() argument 5964 attrib_listPacked); in ValidateCreatePlatformWindowSurface()
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 42 const AttributeMap &attrib_listPacked, 59 const AttributeMap &attrib_listPacked); 65 const AttributeMap &attrib_listPacked); 71 const AttributeMap &attrib_listPacked); 75 const AttributeMap &attrib_listPacked); 80 const AttributeMap &attrib_listPacked); 85 const AttributeMap &attrib_listPacked); 90 const AttributeMap &attrib_listPacked); 94 const AttributeMap &attrib_listPacked); 99 const AttributeMap &attrib_listPacked); [all …]
|
D | entry_points_egl_autogen.cpp | 39 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_ChooseConfig() local 42 attrib_listPacked, configs, config_size, num_config); in EGL_ChooseConfig() 44 return ChooseConfig(thread, dpyPacked, attrib_listPacked, configs, config_size, num_config); in EGL_ChooseConfig() 83 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreateContext() local 86 configPacked, share_contextPacked, attrib_listPacked); in EGL_CreateContext() 88 return CreateContext(thread, dpyPacked, configPacked, share_contextPacked, attrib_listPacked); in EGL_CreateContext() 105 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreatePbufferSurface() local 108 dpyPacked, configPacked, attrib_listPacked); in EGL_CreatePbufferSurface() 110 return CreatePbufferSurface(thread, dpyPacked, configPacked, attrib_listPacked); in EGL_CreatePbufferSurface() 128 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreatePixmapSurface() local [all …]
|
D | egl_ext_stubs_autogen.h | 45 const AttributeMap &attrib_listPacked); 47 const AttributeMap &attrib_listPacked); 52 const AttributeMap &attrib_listPacked); 57 const AttributeMap &attrib_listPacked); 60 const AttributeMap &attrib_listPacked); 64 const AttributeMap &attrib_listPacked); 67 const AttributeMap &attrib_listPacked); 76 const AttributeMap &attrib_listPacked); 165 const AttributeMap &attrib_listPacked); 181 const AttributeMap &attrib_listPacked); [all …]
|
D | entry_points_egl_ext_autogen.cpp | 51 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreateNativeClientBufferANDROID() local 54 attrib_listPacked); in EGL_CreateNativeClientBufferANDROID() 56 return CreateNativeClientBufferANDROID(thread, attrib_listPacked); in EGL_CreateNativeClientBufferANDROID() 462 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreateStreamProducerD3DTextureANGLE() local 465 EGLBoolean, dpyPacked, streamPacked, attrib_listPacked); in EGL_CreateStreamProducerD3DTextureANGLE() 467 return CreateStreamProducerD3DTextureANGLE(thread, dpyPacked, streamPacked, attrib_listPacked); in EGL_CreateStreamProducerD3DTextureANGLE() 485 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_StreamPostD3DTextureANGLE() local 488 dpyPacked, streamPacked, texture, attrib_listPacked); in EGL_StreamPostD3DTextureANGLE() 490 return StreamPostD3DTextureANGLE(thread, dpyPacked, streamPacked, texture, attrib_listPacked); in EGL_StreamPostD3DTextureANGLE() 629 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreatePlatformPixmapSurfaceEXT() local [all …]
|