OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swrast_alloc_front_storage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c
284
swrast_alloc_front_storage
(struct gl_context *ctx, struct gl_renderbuffer *rb,
function
312
swrast_alloc_front_storage
(ctx, rb, internalFormat, width, height);
341
rb->AllocStorage =
swrast_alloc_front_storage
;
392
if (rb->AllocStorage ==
swrast_alloc_front_storage
) {
434
if (rb->AllocStorage ==
swrast_alloc_front_storage
) {
/external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c
284
swrast_alloc_front_storage
(struct gl_context *ctx, struct gl_renderbuffer *rb,
function
312
swrast_alloc_front_storage
(ctx, rb, internalFormat, width, height);
341
rb->AllocStorage =
swrast_alloc_front_storage
;
392
if (rb->AllocStorage ==
swrast_alloc_front_storage
) {
434
if (rb->AllocStorage ==
swrast_alloc_front_storage
) {
Completed in 25 milliseconds