HomeSort by relevance Sort by last modified time
    Searched defs:MAX_TEXTURE_UNITS (Results 1 - 3 of 3) sorted by null

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 74 MAX_TEXTURE_UNITS = 32,
143 // Sets the active texture unit. Up to MAX_TEXTURE_UNITS are supported.
203 TextureUnit unit[MAX_TEXTURE_UNITS];
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 74 MAX_TEXTURE_UNITS = 32,
143 // Sets the active texture unit. Up to MAX_TEXTURE_UNITS are supported.
203 TextureUnit unit[MAX_TEXTURE_UNITS];
  /external/mesa3d/src/mesa/main/
config.h 138 #define MAX_TEXTURE_UNITS ((MAX_TEXTURE_COORD_UNITS > MAX_TEXTURE_IMAGE_UNITS) ? MAX_TEXTURE_COORD_UNITS : MAX_TEXTURE_IMAGE_UNITS)

Completed in 86 milliseconds