HomeSort by relevance Sort by last modified time
    Searched refs:AllocStorage (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
renderbuffer.c 49 * the AllocStorage method:
51 rb->AllocStorage = NULL;
framebuffer.c 293 if (rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height)) {
fbobject.c 939 ASSERT(newRb->AllocStorage);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texrender.c 50 rb->AllocStorage = NULL; /* illegal! */
s_renderbuffer.c 45 * This is a software fallback for the gl_renderbuffer->AllocStorage
225 srb->Base.AllocStorage = soft_renderbuffer_storage;
278 rb->AllocStorage = soft_renderbuffer_storage;
324 rb->AllocStorage = soft_renderbuffer_storage;
362 rb->AllocStorage = soft_renderbuffer_storage;
386 rb->AllocStorage = soft_renderbuffer_storage;
424 rb->AllocStorage = soft_renderbuffer_storage;
469 rb->AllocStorage = soft_renderbuffer_storage;
  /external/mesa3d/src/mesa/main/
renderbuffer.c 49 * the AllocStorage method:
51 rb->AllocStorage = NULL;
framebuffer.c 293 if (rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height)) {
fbobject.c 939 ASSERT(newRb->AllocStorage);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 50 rb->AllocStorage = NULL; /* illegal! */
s_renderbuffer.c 45 * This is a software fallback for the gl_renderbuffer->AllocStorage
225 srb->Base.AllocStorage = soft_renderbuffer_storage;
278 rb->AllocStorage = soft_renderbuffer_storage;
324 rb->AllocStorage = soft_renderbuffer_storage;
362 rb->AllocStorage = soft_renderbuffer_storage;
386 rb->AllocStorage = soft_renderbuffer_storage;
424 rb->AllocStorage = soft_renderbuffer_storage;
469 rb->AllocStorage = soft_renderbuffer_storage;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 125 rb->AllocStorage = nouveau_renderbuffer_storage;
195 rb->AllocStorage = nouveau_renderbuffer_dri_storage;
280 rb->AllocStorage = NULL;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 125 rb->AllocStorage = nouveau_renderbuffer_storage;
195 rb->AllocStorage = nouveau_renderbuffer_dri_storage;
280 rb->AllocStorage = NULL;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 341 rb->AllocStorage = swrast_alloc_front_storage;
344 rb->AllocStorage = swrast_alloc_back_storage;
392 if (rb->AllocStorage == swrast_alloc_front_storage) {
416 if (rb->AllocStorage == swrast_alloc_back_storage) {
434 if (rb->AllocStorage == swrast_alloc_front_storage) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 341 rb->AllocStorage = swrast_alloc_front_storage;
344 rb->AllocStorage = swrast_alloc_back_storage;
392 if (rb->AllocStorage == swrast_alloc_front_storage) {
416 if (rb->AllocStorage == swrast_alloc_back_storage) {
434 if (rb->AllocStorage == swrast_alloc_front_storage) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 367 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
373 /** Dummy function for gl_renderbuffer::AllocStorage() */
413 rb->AllocStorage = intel_alloc_window_storage;
432 irb->Base.Base.AllocStorage = intel_alloc_renderbuffer_storage;
461 rb->AllocStorage = intel_alloc_renderbuffer_storage;
530 rb->AllocStorage = intel_nop_alloc_storage;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 367 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
373 /** Dummy function for gl_renderbuffer::AllocStorage() */
413 rb->AllocStorage = intel_alloc_window_storage;
432 irb->Base.Base.AllocStorage = intel_alloc_renderbuffer_storage;
461 rb->AllocStorage = intel_alloc_renderbuffer_storage;
530 rb->AllocStorage = intel_nop_alloc_storage;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.c 102 * gl_renderbuffer::AllocStorage()
263 strb->Base.AllocStorage = st_renderbuffer_alloc_storage;
359 strb->Base.AllocStorage = st_renderbuffer_alloc_storage;
418 rb->AllocStorage = NULL; /* should not get called */
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 102 * gl_renderbuffer::AllocStorage()
263 strb->Base.AllocStorage = st_renderbuffer_alloc_storage;
359 strb->Base.AllocStorage = st_renderbuffer_alloc_storage;
418 rb->AllocStorage = NULL; /* should not get called */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
658 /** Dummy function for gl_renderbuffer::AllocStorage() */
698 rb->AllocStorage = radeon_alloc_window_storage;
725 rb->AllocStorage = radeon_alloc_renderbuffer_storage;
782 rb->AllocStorage = radeon_nop_alloc_storage;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
658 /** Dummy function for gl_renderbuffer::AllocStorage() */
698 rb->AllocStorage = radeon_alloc_window_storage;
725 rb->AllocStorage = radeon_alloc_renderbuffer_storage;
782 rb->AllocStorage = radeon_nop_alloc_storage;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_buffer.c 250 * Called via gl_renderbuffer::AllocStorage()
276 * Called via gl_renderbuffer::AllocStorage()
333 xrb->Base.Base.AllocStorage = xmesa_alloc_back_storage;
335 xrb->Base.Base.AllocStorage = xmesa_alloc_front_storage;
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 250 * Called via gl_renderbuffer::AllocStorage()
276 * Called via gl_renderbuffer::AllocStorage()
333 xrb->Base.Base.AllocStorage = xmesa_alloc_back_storage;
335 xrb->Base.Base.AllocStorage = xmesa_alloc_front_storage;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 521 srb->Base.AllocStorage = osmesa_renderbuffer_storage;
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 521 srb->Base.AllocStorage = osmesa_renderbuffer_storage;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 1172 rb->AllocStorage = wmesa_renderbuffer_storage;
    [all...]

Completed in 167 milliseconds

1 2