OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dsrb
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c
364
struct st_renderbuffer *
dsrb
= ctx->draw_buffer->
dsrb
;
local
368
if ((
dsrb
->width == width &&
dsrb
->height == height) &&
dsrb
->texture)
372
pipe_surface_reference(&
dsrb
->surface, NULL);
373
pipe_resource_reference(&
dsrb
->texture, NULL);
374
dsrb
->width =
dsrb
->height = 0;
376
dsrb
->texture = create_texture(pipe, dsrb->format, width, height)
[
all
...]
vg_manager.c
288
destroy_renderbuffer(stfb->
dsrb
);
313
stfb->
dsrb
= create_renderbuffer(ctx->ds_format);
314
if (!stfb->
dsrb
) {
vg_context.h
57
struct st_renderbuffer *
dsrb
;
member in struct:st_framebuffer
renderer.c
[
all
...]