Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformatquery.c52 _mesa_base_fbo_format(ctx, internalformat) == 0) in _is_renderable()
528 if (!_mesa_base_fbo_format(ctx, internalformat)) in _is_resource_supported()
566 _mesa_base_fbo_format(ctx, internalformat) == 0) in _is_internalformat_supported()
939 baseformat = _mesa_base_fbo_format(ctx, internalformat); in _mesa_GetInternalformativ()
1126 GLenum baseFormat = _mesa_base_fbo_format(ctx, internalformat); in _mesa_GetInternalformativ()
Dfbobject.h115 _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat);
Dfbobject.c1723 _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat) in _mesa_base_fbo_format() function
2047 const GLenum baseFormat = _mesa_base_fbo_format(ctx, internalFormat); in _mesa_renderbuffer_storage()
2113 baseFormat = _mesa_base_fbo_format(ctx, internalFormat); in renderbuffer_storage()
Dteximage.c5324 GLenum baseFormat = _mesa_base_fbo_format(ctx, internalformat); in _mesa_is_renderable_texture_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c532 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in radeon_alloc_renderbuffer_storage()
596 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx, in radeon_image_target_renderbuffer_storage()
742 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c532 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in radeon_alloc_renderbuffer_storage()
596 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx, in radeon_image_target_renderbuffer_storage()
742 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c143 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c201 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in intel_alloc_private_renderbuffer_storage()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c125 strb->Base._BaseFormat = _mesa_base_fbo_format(ctx, internalFormat); in st_renderbuffer_alloc_storage()