OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameBuffers
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
shared.c
134
shared->
FrameBuffers
= _mesa_NewHashTable();
405
if (shared->
FrameBuffers
) {
406
_mesa_HashDeleteAll(shared->
FrameBuffers
, delete_framebuffer_cb, ctx);
407
_mesa_DeleteHashTable(shared->
FrameBuffers
);
fbobject.c
155
_mesa_HashLookup(ctx->Shared->
FrameBuffers
, id);
175
_mesa_HashInsert(ctx->Shared->
FrameBuffers
, id, fb, true);
184
_mesa_HashInsert(ctx->Shared->
FrameBuffers
, id, fb, false);
2039
* non-bound
framebuffers
. Detaching the image from any
2040
* non-bound
framebuffers
is the responsibility of the
2576
/* Invalidate the
framebuffers
the renderbuffer is attached in. */
2578
_mesa_HashWalk(ctx->Shared->
FrameBuffers
, invalidate_rb, rb);
3043
return; /* can't render to texture with winsys
framebuffers
*/
3128
_mesa_HashInsert(ctx->Shared->
FrameBuffers
, framebuffer, newDrawFb, isGenName);
3159
* OK, now bind the new Draw/Read
framebuffers
, if they're changing
[
all
...]
mtypes.h
3427
struct _mesa_HashTable *
FrameBuffers
;
teximage.c
2753
_mesa_HashWalk(ctx->Shared->
FrameBuffers
, check_rtt_cb, &info);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
shared.c
132
shared->
FrameBuffers
= _mesa_NewHashTable();
398
if (shared->
FrameBuffers
) {
399
_mesa_HashDeleteAll(shared->
FrameBuffers
, delete_framebuffer_cb, ctx);
400
_mesa_DeleteHashTable(shared->
FrameBuffers
);
fbobject.c
157
_mesa_HashLookup(ctx->Shared->
FrameBuffers
, id);
1849
* non-bound
framebuffers
. Detaching the image from any
1850
* non-bound
framebuffers
is the responsibility of the
2369
/* Invalidate the
framebuffers
the renderbuffer is attached in. */
2371
_mesa_HashWalk(ctx->Shared->
FrameBuffers
, invalidate_rb, rb);
2774
return; /* can't render to texture with winsys
framebuffers
*/
2857
_mesa_HashInsert(ctx->Shared->
FrameBuffers
, framebuffer, newDrawFb);
2888
* OK, now bind the new Draw/Read
framebuffers
, if they're changing.
2950
_mesa_DeleteFramebuffers(GLsizei n, const GLuint *
framebuffers
)
2963
if (
framebuffers
[i] > 0)
[
all
...]
mtypes.h
3312
struct _mesa_HashTable *
FrameBuffers
;
teximage.c
2750
_mesa_HashWalk(ctx->Shared->
FrameBuffers
, check_rtt_cb, &info);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_context.c
857
_mesa_HashEnableNameReuse(ctx->Shared->
FrameBuffers
);
1169
_mesa_HashWalk(ctx->Shared->
FrameBuffers
, destroy_framebuffer_attachment_sampler_cb, st);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_context.c
987
_mesa_HashWalk(ctx->Shared->
FrameBuffers
, destroy_framebuffer_attachment_sampler_cb, st);
Completed in 23 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026