HomeSort by relevance Sort by last modified time
    Searched refs:_BaseFormat (Results 26 - 50 of 72) sorted by null

12 3

  /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/state_tracker/
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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/main/
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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
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/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/main/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_texstate.c 364 if (firstImage->_BaseFormat == GL_DEPTH_COMPONENT) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 364 if (firstImage->_BaseFormat == GL_DEPTH_COMPONENT) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
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/drivers/dri/nouveau/
nouveau_texture.c 516 ret = _mesa_texstore(ctx, dims, ti->_BaseFormat,
590 ret = _mesa_texstore(ctx, dims, ti->_BaseFormat, ti->TexFormat,

Completed in 249 milliseconds

12 3