Home
last modified time | relevance | path

Searched refs:TextureFormatSupported (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c100 ctx->TextureFormatSupported[MESA_FORMAT_ARGB8888] = true; in intel_init_texture_formats()
103 ctx->TextureFormatSupported[MESA_FORMAT_XRGB8888] = true; in intel_init_texture_formats()
104 ctx->TextureFormatSupported[MESA_FORMAT_ARGB4444] = true; in intel_init_texture_formats()
105 ctx->TextureFormatSupported[MESA_FORMAT_ARGB1555] = true; in intel_init_texture_formats()
106 ctx->TextureFormatSupported[MESA_FORMAT_RGB565] = true; in intel_init_texture_formats()
107 ctx->TextureFormatSupported[MESA_FORMAT_L8] = true; in intel_init_texture_formats()
108 ctx->TextureFormatSupported[MESA_FORMAT_A8] = true; in intel_init_texture_formats()
109 ctx->TextureFormatSupported[MESA_FORMAT_I8] = true; in intel_init_texture_formats()
110 ctx->TextureFormatSupported[MESA_FORMAT_AL88] = true; in intel_init_texture_formats()
113 ctx->TextureFormatSupported[MESA_FORMAT_S8_Z24] = true; in intel_init_texture_formats()
[all …]
Dintel_context.c649 memset(&ctx->TextureFormatSupported, in intelInitContext()
650 0, sizeof(ctx->TextureFormatSupported)); in intelInitContext()
/external/mesa3d/src/mesa/main/
Dtexformat.c44 if (ctx->TextureFormatSupported[f]) \
421 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_RGB9_E5_FLOAT]); in _mesa_choose_tex_format()
431 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_R11_G11_B10_FLOAT]); in _mesa_choose_tex_format()
453 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT]); in _mesa_choose_tex_format()
456 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT_X24S8]); in _mesa_choose_tex_format()
Dcontext.c1005 memset(&ctx->TextureFormatSupported, GL_TRUE, in _mesa_initialize_context()
1006 sizeof(ctx->TextureFormatSupported)); in _mesa_initialize_context()
Dmtypes.h3579 GLboolean TextureFormatSupported[MESA_FORMAT_COUNT]; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c493 ctx->TextureFormatSupported[format] = true; in brw_init_surface_formats()
550 ctx->TextureFormatSupported[MESA_FORMAT_S8_Z24] = true; in brw_init_surface_formats()
551 ctx->TextureFormatSupported[MESA_FORMAT_X8_Z24] = true; in brw_init_surface_formats()
552 ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT] = true; in brw_init_surface_formats()
553 ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT_X24S8] = true; in brw_init_surface_formats()
554 ctx->TextureFormatSupported[MESA_FORMAT_Z16] = true; in brw_init_surface_formats()
559 ctx->TextureFormatSupported[MESA_FORMAT_ETC1_RGB8] = true; in brw_init_surface_formats()
Dintel_context.c649 memset(&ctx->TextureFormatSupported, in intelInitContext()
650 0, sizeof(ctx->TextureFormatSupported)); in intelInitContext()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c649 memset(&ctx->TextureFormatSupported, in intelInitContext()
650 0, sizeof(ctx->TextureFormatSupported)); in intelInitContext()