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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 393 else if (targetbit == TEXTURE_CUBE_BIT) {
434 else if (targetbit == TEXTURE_CUBE_BIT) {
474 else if (targetbit == TEXTURE_CUBE_BIT) {
r200_state_init.c 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE )
261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 272 ((ctx->Texture.Unit[unit]._ReallyEnabled & (TEXTURE_CUBE_BIT)) == 0)) {
radeon_state_init.c 209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
425 if (!(ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_CUBE_BIT))
480 if ((ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_CUBE_BIT)) {
    [all...]
radeon_maos_verts.c 357 ((ctx->Texture.Unit[unit]._ReallyEnabled & (TEXTURE_CUBE_BIT)) == 0)) {
radeon_swtcl.c 192 if (ctx->Texture.Unit[i]._ReallyEnabled & (TEXTURE_CUBE_BIT) ) {
201 if (ctx->Texture.Unit[i]._ReallyEnabled & (TEXTURE_CUBE_BIT) ) {
radeon_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 337 case TEXTURE_CUBE_BIT:
i915_texstate.c 413 case TEXTURE_CUBE_BIT:
  /external/mesa3d/src/mesa/main/
attrib.c 647 !!(enabled & TEXTURE_CUBE_BIT));
690 !!(unit->Enabled & TEXTURE_CUBE_BIT));
    [all...]
enable.c 750 if (!enable_texture(ctx, state, TEXTURE_CUBE_BIT)) {
    [all...]
mtypes.h     [all...]

Completed in 153 milliseconds