OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocStorage
(Results
1 - 24
of
24
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_renderbuffer.c
46
* This is a software fallback for the gl_renderbuffer->
AllocStorage
224
srb->Base.
AllocStorage
= soft_renderbuffer_storage;
277
rb->
AllocStorage
= soft_renderbuffer_storage;
323
rb->
AllocStorage
= soft_renderbuffer_storage;
361
rb->
AllocStorage
= soft_renderbuffer_storage;
385
rb->
AllocStorage
= soft_renderbuffer_storage;
423
rb->
AllocStorage
= soft_renderbuffer_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_renderbuffer.c
45
* This is a software fallback for the gl_renderbuffer->
AllocStorage
224
srb->Base.
AllocStorage
= soft_renderbuffer_storage;
277
rb->
AllocStorage
= soft_renderbuffer_storage;
323
rb->
AllocStorage
= soft_renderbuffer_storage;
361
rb->
AllocStorage
= soft_renderbuffer_storage;
385
rb->
AllocStorage
= soft_renderbuffer_storage;
423
rb->
AllocStorage
= soft_renderbuffer_storage;
468
rb->
AllocStorage
= soft_renderbuffer_storage;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
renderbuffer.c
50
* the
AllocStorage
method:
52
rb->
AllocStorage
= NULL;
framebuffer.c
287
if (rb->
AllocStorage
(ctx, rb, rb->InternalFormat, width, height)) {
fbobject.c
498
rb->
AllocStorage
= NULL;
1573
assert(newRb->
AllocStorage
);
2549
/* These MUST get set by the
AllocStorage
func */
2555
assert(rb->
AllocStorage
);
2556
if (rb->
AllocStorage
(ctx, rb, internalFormat, width, height)) {
mtypes.h
3534
GLboolean (*
AllocStorage
)(struct gl_context *ctx,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
renderbuffer.c
51
* the
AllocStorage
method:
53
rb->
AllocStorage
= NULL;
framebuffer.c
305
if (rb->
AllocStorage
(ctx, rb, rb->InternalFormat, width, height)) {
fbobject.c
469
rb->
AllocStorage
= NULL;
1421
assert(newRb->
AllocStorage
);
2342
/* These MUST get set by the
AllocStorage
func */
2348
assert(rb->
AllocStorage
);
2349
if (rb->
AllocStorage
(ctx, rb, internalFormat, width, height)) {
mtypes.h
3398
GLboolean (*
AllocStorage
)(struct gl_context *ctx,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c
125
rb->
AllocStorage
= nouveau_renderbuffer_storage;
199
rb->
AllocStorage
= nouveau_renderbuffer_dri_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c
124
rb->
AllocStorage
= nouveau_renderbuffer_storage;
198
rb->
AllocStorage
= nouveau_renderbuffer_dri_storage;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_fbo.c
305
/** Dummy function for gl_renderbuffer::
AllocStorage
() */
344
rb->
AllocStorage
= intel_alloc_window_storage;
361
irb->Base.Base.
AllocStorage
= intel_alloc_private_renderbuffer_storage;
390
rb->
AllocStorage
= intel_alloc_renderbuffer_storage;
438
rb->
AllocStorage
= intel_nop_alloc_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_fbo.c
305
/** Dummy function for gl_renderbuffer::
AllocStorage
() */
344
rb->
AllocStorage
= intel_alloc_window_storage;
361
irb->Base.Base.
AllocStorage
= intel_alloc_private_renderbuffer_storage;
390
rb->
AllocStorage
= intel_alloc_renderbuffer_storage;
438
rb->
AllocStorage
= intel_nop_alloc_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
swrast.c
428
rb->
AllocStorage
= swrast_alloc_front_storage;
431
rb->
AllocStorage
= swrast_alloc_back_storage;
484
if (rb->
AllocStorage
== swrast_alloc_front_storage) {
508
if (rb->
AllocStorage
== swrast_alloc_back_storage) {
526
if (rb->
AllocStorage
== swrast_alloc_front_storage) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_fbo.c
434
/** Dummy function for gl_renderbuffer::
AllocStorage
() */
474
rb->
AllocStorage
= brw_alloc_window_storage;
494
irb->Base.Base.
AllocStorage
= brw_alloc_private_renderbuffer_storage;
522
rb->
AllocStorage
= brw_alloc_renderbuffer_storage;
540
rb->
AllocStorage
= brw_nop_alloc_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_fbo.c
434
/** Dummy function for gl_renderbuffer::
AllocStorage
() */
474
rb->
AllocStorage
= intel_alloc_window_storage;
494
irb->Base.Base.
AllocStorage
= intel_alloc_private_renderbuffer_storage;
522
rb->
AllocStorage
= intel_alloc_renderbuffer_storage;
540
rb->
AllocStorage
= intel_nop_alloc_storage;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_buffer.c
252
* Called via gl_renderbuffer::
AllocStorage
()
278
* Called via gl_renderbuffer::
AllocStorage
()
335
xrb->Base.Base.
AllocStorage
= xmesa_alloc_back_storage;
337
xrb->Base.Base.
AllocStorage
= xmesa_alloc_front_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_buffer.c
252
* Called via gl_renderbuffer::
AllocStorage
()
278
* Called via gl_renderbuffer::
AllocStorage
()
335
xrb->Base.Base.
AllocStorage
= xmesa_alloc_back_storage;
337
xrb->Base.Base.
AllocStorage
= xmesa_alloc_front_storage;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_fbo.c
624
/** Dummy function for gl_renderbuffer::
AllocStorage
() */
667
rb->
AllocStorage
= radeon_alloc_window_storage;
694
rb->
AllocStorage
= radeon_alloc_renderbuffer_storage;
751
rb->
AllocStorage
= radeon_nop_alloc_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_fbo.c
624
/** Dummy function for gl_renderbuffer::
AllocStorage
() */
667
rb->
AllocStorage
= radeon_alloc_window_storage;
694
rb->
AllocStorage
= radeon_alloc_renderbuffer_storage;
751
rb->
AllocStorage
= radeon_nop_alloc_storage;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_fbo.c
106
* gl_renderbuffer::
AllocStorage
()
311
strb->Base.
AllocStorage
= st_renderbuffer_alloc_storage;
442
strb->Base.
AllocStorage
= st_renderbuffer_alloc_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_fbo.c
106
* gl_renderbuffer::
AllocStorage
()
311
strb->Base.
AllocStorage
= st_renderbuffer_alloc_storage;
437
strb->Base.
AllocStorage
= st_renderbuffer_alloc_storage;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
osmesa.c
559
srb->Base.
AllocStorage
= osmesa_renderbuffer_storage;
Completed in 46 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026