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

1 2

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 47 rb->_BaseFormat = GL_RGB;
53 rb->_BaseFormat = GL_RGBA;
58 rb->_BaseFormat = GL_RGB;
63 rb->_BaseFormat = GL_DEPTH_COMPONENT;
71 rb->_BaseFormat = GL_DEPTH_STENCIL;
nouveau_texture.c 516 ret = _mesa_texstore(ctx, dims, ti->_BaseFormat,
590 ret = _mesa_texstore(ctx, dims, ti->_BaseFormat, ti->TexFormat,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 89 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
90 strb->Base.InternalFormat = strb->Base._BaseFormat;
st_cb_fbo.c 123 strb->Base._BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
289 strb->Base._BaseFormat = _mesa_get_format_base_format(strb->Base.Format);
434 rb->_BaseFormat = texImage->_BaseFormat;
st_atom_sampler.c 186 teximg ? teximg->_BaseFormat : GL_RGBA, is_integer);
st_cb_clear.c 309 ctx->DrawBuffer->_ColorDrawBuffers[0]->_BaseFormat,
552 ctx->DrawBuffer->_ColorDrawBuffers[0]->_BaseFormat,
st_cb_texture.c 360 stImage->base._BaseFormat == GL_DEPTH_COMPONENT ||
361 stImage->base._BaseFormat == GL_DEPTH_STENCIL_EXT) &&
819 texImage->_BaseFormat,
922 const GLenum texBaseFormat = texImage->_BaseFormat;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 87 rb->_BaseFormat = _mesa_get_format_base_format(format);
s_span.c     [all...]
s_renderbuffer.c 145 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
149 rb->_BaseFormat == 0) {
154 rb->_BaseFormat = GL_RGBA;
158 ASSERT(rb->_BaseFormat);
  /external/mesa3d/src/mesa/main/
texgetimage.c 277 rebaseFormat = texImage->_BaseFormat;
349 if (texImage->_BaseFormat == GL_LUMINANCE ||
350 texImage->_BaseFormat == GL_INTENSITY ||
351 texImage->_BaseFormat == GL_LUMINANCE_ALPHA) {
356 rebaseFormat = texImage->_BaseFormat;
358 else if ((texImage->_BaseFormat == GL_RGBA ||
359 texImage->_BaseFormat == GL_RGB ||
360 texImage->_BaseFormat == GL_RG) &&
debug.c 318 if (rb->_BaseFormat == GL_RGB ||
319 rb->_BaseFormat == GL_RGBA) {
323 else if (rb->_BaseFormat == GL_DEPTH_STENCIL) {
331 rb->_BaseFormat);
fbobject.c 431 switch (rb->_BaseFormat) {
749 f = texImg->_BaseFormat;
    [all...]
texparam.c 1049 if (_mesa_base_format_has_channel(img->_BaseFormat, pname))
1056 if (_mesa_base_format_has_channel(img->_BaseFormat, pname)) {
    [all...]
readpix.c 353 rb->_BaseFormat);
364 rb->_BaseFormat);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 119 if (!_mesa_texstore(ctx, 2, texImage->_BaseFormat,
intel_fbo.c 261 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
323 rb->_BaseFormat = _mesa_base_fbo_format(&intel->ctx,
406 rb->_BaseFormat = _mesa_get_format_base_format(format);
408 rb->InternalFormat = rb->_BaseFormat;
525 rb->_BaseFormat = image->_BaseFormat;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 351 rb->_BaseFormat = GL_RGBA;
357 rb->_BaseFormat = GL_RGB;
363 rb->_BaseFormat = GL_RGB;
369 rb->_BaseFormat = GL_RGB;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 535 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx,
692 rb->_BaseFormat = _mesa_get_format_base_format(format);
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat);
radeon_texstate.c 321 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_ALPHA)
345 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 456 (img->_BaseFormat == GL_DEPTH_COMPONENT ||
457 img->_BaseFormat == GL_DEPTH_STENCIL);
gen7_wm_surface_state.c 377 (firstImage->_BaseFormat == GL_DEPTH_COMPONENT ||
378 firstImage->_BaseFormat == GL_DEPTH_STENCIL);
brw_wm_sampler_state.c 92 if (firstImage->_BaseFormat == GL_DEPTH_COMPONENT) {
brw_wm_surface_state.c 575 if ((rb->_BaseFormat != GL_RGBA &&
576 rb->_BaseFormat != GL_RG &&
577 rb->_BaseFormat != GL_RED) && _mesa_is_format_integer_color(format))
675 if (img->_BaseFormat == GL_DEPTH_COMPONENT ||
676 img->_BaseFormat == GL_DEPTH_STENCIL) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 364 if (firstImage->_BaseFormat == GL_DEPTH_COMPONENT) {

Completed in 104 milliseconds

1 2