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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texenv.c 394 GLuint maxUnit;
399 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
401 if (ctx->Texture.CurrentUnit >= maxUnit) {
667 GLuint maxUnit;
672 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
674 if (ctx->Texture.CurrentUnit >= maxUnit) {
731 GLuint maxUnit;
736 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
738 if (ctx->Texture.CurrentUnit >= maxUnit) {
  /external/mesa3d/src/mesa/main/
texenv.c 394 GLuint maxUnit;
399 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
401 if (ctx->Texture.CurrentUnit >= maxUnit) {
667 GLuint maxUnit;
672 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
674 if (ctx->Texture.CurrentUnit >= maxUnit) {
731 GLuint maxUnit;
736 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
738 if (ctx->Texture.CurrentUnit >= maxUnit) {
  /external/icu4c/common/
stringtriebuilder.cpp 99 int32_t maxUnit=getElementUnit(limit-1, unitIndex);
100 if(minUnit==maxUnit) {
118 // length>=2 because minUnit!=maxUnit.
160 // unitNumber==length-1, and the maxUnit elements range is [start..limit[
174 // The maxUnit sub-node is written as the very last one because we do
223 int32_t maxUnit=getElementUnit(limit-1, unitIndex);
224 if(minUnit==maxUnit) {
241 // length>=2 because minUnit!=maxUnit.
299 // unitNumber==length-1, and the maxUnit elements range is [start..limit[
523 // The maxUnit sub-node is written as the very last one because we d
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 472 const GLuint maxUnit
477 for (u = 0; u < maxUnit; u++) {
    [all...]
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 472 const GLuint maxUnit
477 for (u = 0; u < maxUnit; u++) {
    [all...]
s_texfilter.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 735 milliseconds