Searched refs:perform (Results 1 - 25 of 170) sorted by relevance

1234567

/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dwindow.h295 /* Valid operations for the (*perform)() hook.
515 * hook used to perform various operations on the surface.
516 * (*perform)() is a generic mechanism to add functionality to
522 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
528 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow
644 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
683 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
704 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
733 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
753 return window->perform(windo
[all...]
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm.7.rst47 allowed to perform mode-setting or modify core state and only one user
51 can perform buffer allocations and rendering.
59 implement a kernel interface to perform mode-setting called *Kernel Mode
H A Ddrm-memory.7.rst293 /* perform actual memory mapping */
/xsrc/external/mit/fontconfig/dist/
H A DREADME.md12 * perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing.
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dax_prog_python_version.m424 # NOTE: This macro uses the $PYTHON variable to perform the check.
H A Dax_compare_version.m470 # portions necessary to perform the specific comparison specified by the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst77 Whether the blender should perform a logicop instead of blending.
108 If blending is enabled, perform a blend calculation according to blend
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dknobs.rst13 If enabled will perform all rendering on the API thread. This is useful mainly for debugging purposes.
53 Number of spin-loop iterations worker threads will perform before going to sleep when waiting for work
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dgralloc.h244 int (*perform)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dknobs.rst13 If enabled will perform all rendering on the API thread. This is useful mainly for debugging purposes.
53 Number of spin-loop iterations worker threads will perform before going to sleep when waiting for work
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst77 Whether the blender should perform a logicop instead of blending.
112 If blending is enabled, perform a blend calculation according to blend
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A DREADME.md7 Before this prefix, there can be a `~` to only perform the check for certain
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_android.c203 ret = gralloc->perform(gralloc, CROS_GRALLOC_DRM_GET_BUFFER_INFO,
244 if (!strcmp(gralloc->common.name, cros_gralloc_module_name) && gralloc->perform) {
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c352 /* More recent CrOS gralloc has a perform op that fills out the struct below
383 dri2_dpy->gralloc->perform &&
384 dri2_dpy->gralloc->perform(dri2_dpy->gralloc,
1569 if (dri2_dpy->gralloc->perform)
1570 err = dri2_dpy->gralloc->perform(dri2_dpy->gralloc,
1767 dri2_dpy->gralloc->perform &&
1768 dri2_dpy->gralloc->perform(
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.3.rst76 - gallium/util: do not perform n^2 stencil blits
H A D17.3.4.rst66 - i965: perform 2 uploads with dual slot \*64*PASSTHRU formats on gen<8
H A D10.5.0.rst51 i965: Try to use LINE instructions to perform MAD with immediate
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dlima.rst220 it might not perform as well as hoped. For example: while it is now
230 application where it should reasonably perform better, please file a
H A Dvenus.rst177 acquisition, the Venus driver does not request the Venus renderer to perform
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c100 !gralloc->perform) {
272 if (gralloc->perform(gralloc, CROS_GRALLOC_DRM_GET_BUFFER_INFO, handle,
/xsrc/external/mit/xcb-util/dist/
H A Dacinclude.m470 # portions necessary to perform the specific comparison specified by the
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1467 if (dri2_dpy->gralloc->perform)
1468 err = dri2_dpy->gralloc->perform(dri2_dpy->gralloc,
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dccs.rst34 provides some documentation on how to program the hardware to perform clear
/xsrc/external/mit/xterm/dist/
H A Daclocal.m4275 dnl $3 = action to perform if option is not default
276 dnl $4 = action if perform if option is default
708 AC_MSG_CHECKING(if you want to perform memory-leak testing)
718 AC_DEFINE(NO_LEAKS,1,[Define to 1 if you want to perform memory-leak testing.])
719 AC_DEFINE(YY_NO_LEAKS,1,[Define to 1 if you want to perform memory-leak testing.])
3275 # does apply to the device. We cannot perform this test if we are in batch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst434 the context takes to perform operations.
678 ``texture_subdata`` and ``buffer_subdata`` perform a simplified

Completed in 34 milliseconds

1234567