OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBuffersWithFormat
(Results
1 - 11
of
11
) sorted by null
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.h
103
&& (loader->
getBuffersWithFormat
!= NULL);
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c
368
&& (screen->dri2.loader->
getBuffersWithFormat
!= NULL)) {
402
buffers = (*screen->dri2.loader->
getBuffersWithFormat
)(drawable,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h
705
__DRIbuffer *(*
getBuffersWithFormat
)(__DRIdrawable *driDrawable,
/external/mesa3d/include/GL/internal/
dri_interface.h
276
* Ask the driver to call getBuffers/
getBuffersWithFormat
before
789
__DRIbuffer *(*
getBuffersWithFormat
)(__DRIdrawable *driDrawable,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h
276
* Ask the driver to call getBuffers/
getBuffersWithFormat
before
789
__DRIbuffer *(*
getBuffersWithFormat
)(__DRIdrawable *driDrawable,
/external/mesa3d/src/egl/drivers/dri2/
platform_android.c
727
dri2_dpy->dri2_loader_extension.
getBuffersWithFormat
=
platform_x11.c
[
all
...]
platform_wayland.c
808
dri2_dpy->dri2_loader_extension.
getBuffersWithFormat
=
/external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c
184
buffers = loader->
getBuffersWithFormat
(dri_drawable,
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c
951
*buffers = screen->dri2.loader->
getBuffersWithFormat
(drawable,
intel_screen.c
1059
psp->dri2.loader->
getBuffersWithFormat
== NULL) {
1061
"\nERROR! DRI2 loader with
getBuffersWithFormat
() "
[
all
...]
Completed in 92 milliseconds