Home
last modified time | relevance | path

Searched refs:_mesa_base_fbo_format (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfbobject.h124 _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat);
Dfbobject.c1066 _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat) in _mesa_base_fbo_format() function
1426 baseFormat = _mesa_base_fbo_format(ctx, internalFormat); in renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c535 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in radeon_alloc_renderbuffer_storage()
600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx, in radeon_image_target_renderbuffer_storage()
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c535 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in radeon_alloc_renderbuffer_storage()
600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx, in radeon_image_target_renderbuffer_storage()
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c261 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in intel_alloc_renderbuffer_storage()
323 rb->_BaseFormat = _mesa_base_fbo_format(&intel->ctx, in intel_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c261 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in intel_alloc_renderbuffer_storage()
323 rb->_BaseFormat = _mesa_base_fbo_format(&intel->ctx, in intel_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c261 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in intel_alloc_renderbuffer_storage()
323 rb->_BaseFormat = _mesa_base_fbo_format(&intel->ctx, in intel_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c145 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c123 strb->Base._BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in st_renderbuffer_alloc_storage()
Dst_cb_texture.c865 const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat); in compatible_src_dst_formats()