Searched refs:surfacePacked (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationEGL_autogen.h | 28 const Surface *surfacePacked, 54 const Surface *surfacePacked); 87 const Surface *surfacePacked, 92 const Surface *surfacePacked); 100 const Surface *surfacePacked, 104 const Surface *surfacePacked, 108 const Surface *surfacePacked, 189 const Surface *surfacePacked, 193 const Surface *surfacePacked, 199 const Surface *surfacePacked, [all …]
|
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 89 Surface *surfacePacked, 96 Surface *surfacePacked, 100 Surface *surfacePacked, 104 Surface *surfacePacked, 110 Surface *surfacePacked, 114 Surface *surfacePacked, 118 Surface *surfacePacked, 145 Surface *surfacePacked, 169 Surface *surfacePacked, 189 Surface *surfacePacked, [all …]
|
D | entry_points_egl_ext_autogen.cpp | 72 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_GetCompositorTimingSupportedANDROID() local 76 EGLBoolean, dpyPacked, surfacePacked, namePacked); in EGL_GetCompositorTimingSupportedANDROID() 78 return GetCompositorTimingSupportedANDROID(thread, dpyPacked, surfacePacked, namePacked); in EGL_GetCompositorTimingSupportedANDROID() 97 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_GetCompositorTimingANDROID() local 100 dpyPacked, surfacePacked, numTimestamps, names, values); in EGL_GetCompositorTimingANDROID() 102 return GetCompositorTimingANDROID(thread, dpyPacked, surfacePacked, numTimestamps, names, in EGL_GetCompositorTimingANDROID() 118 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_GetNextFrameIdANDROID() local 121 dpyPacked, surfacePacked, frameId); in EGL_GetNextFrameIdANDROID() 123 return GetNextFrameIdANDROID(thread, dpyPacked, surfacePacked, frameId); in EGL_GetNextFrameIdANDROID() 138 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_GetFrameTimestampSupportedANDROID() local [all …]
|
D | egl_stubs_autogen.h | 38 Surface *surfacePacked, 53 Surface *surfacePacked, 102 EGLBoolean DestroySurface(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked); 144 Surface *surfacePacked, 149 Surface *surfacePacked, 154 Surface *surfacePacked, 157 EGLBoolean SwapBuffers(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
|
D | entry_points_egl_autogen.cpp | 59 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_CopyBuffers() local 62 surfacePacked, target); in EGL_CopyBuffers() 64 return CopyBuffers(thread, dpyPacked, surfacePacked, target); in EGL_CopyBuffers() 185 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_DestroySurface() local 188 surfacePacked); in EGL_DestroySurface() 190 return DestroySurface(thread, dpyPacked, surfacePacked); in EGL_DestroySurface() 389 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_QuerySurface() local 392 surfacePacked, attribute, value); in EGL_QuerySurface() 394 return QuerySurface(thread, dpyPacked, surfacePacked, attribute, value); in EGL_QuerySurface() 406 Surface *surfacePacked = PackParam<Surface *>(surface); in EGL_SwapBuffers() local [all …]
|