HomeSort by relevance Sort by last modified time
    Searched refs:EXT_packed_depth_stencil (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 73 ctx->Extensions.EXT_packed_depth_stencil = true;
  /external/mesa3d/src/mesa/main/
extensions.c 180 { "GL_EXT_packed_depth_stencil", o(EXT_packed_depth_stencil), GL, 2005 },
252 { "GL_OES_packed_depth_stencil", o(EXT_packed_depth_stencil), ES1 | ES2, 2007 },
309 { "GL_NV_packed_depth_stencil", o(EXT_packed_depth_stencil), GL, 2000 },
    [all...]
glformats.c 1068 if (!ctx->Extensions.EXT_packed_depth_stencil) {
    [all...]
fbobject.c 584 else if (ctx->Extensions.EXT_packed_depth_stencil &&
597 if (ctx->Extensions.EXT_packed_depth_stencil &&
633 else if (ctx->Extensions.EXT_packed_depth_stencil &&
648 else if (ctx->Extensions.EXT_packed_depth_stencil &&
    [all...]
texformat.c 438 if (ctx->Extensions.EXT_packed_depth_stencil) {
texparam.c 1076 if (!ctx->Extensions.EXT_packed_depth_stencil &&
    [all...]
mtypes.h     [all...]
teximage.c 304 if (ctx->Extensions.EXT_packed_depth_stencil) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 347 ctx->Extensions.EXT_packed_depth_stencil = true;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 198 ctx->Extensions.EXT_packed_depth_stencil = true;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 389 ctx->Extensions.EXT_packed_depth_stencil = true;
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 410 o(EXT_packed_depth_stencil) },
  /external/mesa3d/src/glx/
glxextensions.c 155 { GL(EXT_packed_depth_stencil), VER(0,0), Y, N, N, N },

Completed in 80 milliseconds