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

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

Completed in 110 milliseconds