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

1 2

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 46 rb->_BaseFormat = GL_RGB;
52 rb->_BaseFormat = GL_RGBA;
57 rb->_BaseFormat = GL_RGB;
62 rb->_BaseFormat = GL_DEPTH_COMPONENT;
70 rb->_BaseFormat = GL_DEPTH_STENCIL;
nouveau_driver.c 128 if (fb->Attachment[i].Renderbuffer->_BaseFormat ==
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 85 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
86 strb->Base.InternalFormat = strb->Base._BaseFormat;
st_cb_texture.c 463 if (stImage->base._BaseFormat == GL_DEPTH_COMPONENT ||
464 stImage->base._BaseFormat == GL_DEPTH_STENCIL_EXT)
    [all...]
st_cb_fbo.c 125 strb->Base._BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
287 strb->Base._BaseFormat = _mesa_get_format_base_format(strb->Base.Format);
st_cb_readpixels.c 319 blit.mask = st_get_blit_mask(strb->Base._BaseFormat, format);
443 if (rb->_BaseFormat !=
  /external/mesa3d/src/mesa/drivers/common/
meta_tex_subimage.c 347 if (_mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat,
442 tex_image->_BaseFormat :
443 ctx->ReadBuffer->_ColorReadBuffer->_BaseFormat;
451 pbo_tex_image->_BaseFormat);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tex_subimage.c 96 if (!_mesa_texstore(ctx, 2, texImage->_BaseFormat,
intel_fbo.c 201 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
277 rb->_BaseFormat = _mesa_get_format_base_format(image->format);
332 rb->_BaseFormat = _mesa_get_format_base_format(format);
334 rb->InternalFormat = rb->_BaseFormat;
i915_texstate.c 374 if (firstImage->_BaseFormat == GL_DEPTH_COMPONENT) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_blend_state.c 126 if (rb && !_mesa_base_format_has_channel(rb->_BaseFormat, GL_TEXTURE_ALPHA_TYPE)) {
264 if (!_mesa_base_format_has_channel(rb->_BaseFormat, GL_TEXTURE_ALPHA_TYPE)) {
brw_surface_formats.c 492 rb->_BaseFormat != GL_RGBA &&
493 rb->_BaseFormat != GL_RG &&
494 rb->_BaseFormat != GL_RED)
intel_pixel_read.c 125 if (rb->_BaseFormat == GL_RGB)
gen6_cc.c 131 if (rb && !_mesa_base_format_has_channel(rb->_BaseFormat, GL_TEXTURE_ALPHA_TYPE))
intel_fbo.c 293 rb->_BaseFormat = _mesa_get_format_base_format(rb->Format);
394 rb->_BaseFormat = _mesa_get_format_base_format(image->format);
458 rb->_BaseFormat = _mesa_get_format_base_format(format);
460 rb->InternalFormat = rb->_BaseFormat;
    [all...]
brw_wm_surface_state.c 311 if (img->_BaseFormat == GL_DEPTH_COMPONENT ||
312 img->_BaseFormat == GL_DEPTH_STENCIL) {
361 switch (img->_BaseFormat) {
555 (firstImage->_BaseFormat == GL_DEPTH_COMPONENT ||
556 firstImage->_BaseFormat == GL_DEPTH_STENCIL);
602 if (obj->StencilSampling && firstImage->_BaseFormat == GL_DEPTH_STENCIL) {
    [all...]
brw_wm.c 318 (img->_BaseFormat == GL_DEPTH_COMPONENT ||
319 img->_BaseFormat == GL_DEPTH_STENCIL);
  /external/mesa3d/src/mesa/main/
readpix.c 171 if (_mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat,
198 if (rb->_BaseFormat != _mesa_get_format_base_format(rb->Format)) {
452 _mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat, dstBaseFormat);
469 if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) {
475 } else if (rb->_BaseFormat == GL_LUMINANCE_ALPHA) {
481 } else if (_mesa_get_format_base_format(rb_format) != rb->_BaseFormat) {
483 _mesa_compute_rgba2base2rgba_component_mapping(rb->_BaseFormat,
    [all...]
debug.c 304 if (rb->_BaseFormat == GL_RGB ||
305 rb->_BaseFormat == GL_RGBA) {
309 else if (rb->_BaseFormat == GL_DEPTH_STENCIL) {
317 rb->_BaseFormat);
texobj.h 135 texObj->Image[0][texObj->BaseLevel]->_BaseFormat == GL_DEPTH_STENCIL)) &&
  /external/mesa3d/src/mesa/swrast/
s_span.c     [all...]
s_renderbuffer.c 143 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
147 rb->_BaseFormat == 0) {
152 rb->_BaseFormat = GL_RGBA;
156 assert(rb->_BaseFormat);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 532 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
596 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx,
656 rb->_BaseFormat = _mesa_get_format_base_format(format);
742 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat);
radeon_texstate.c 254 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_ALPHA)
278 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
299 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
323 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 439 rb->_BaseFormat = GL_RGBA;
445 rb->_BaseFormat = GL_RGB;
451 rb->_BaseFormat = GL_RGB;
457 rb->_BaseFormat = GL_RGB;

Completed in 114 milliseconds

1 2