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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 562 GLESConversionArrays tmpArrs;
563 ctx->setupArraysPointers(tmpArrs,first,count,0,NULL,true);
565 ctx->drawPointsArrs(tmpArrs,first,count);
582 GLESConversionArrays tmpArrs;
588 ctx->setupArraysPointers(tmpArrs,0,count,type,indices,false);
590 ctx->drawPointsElems(tmpArrs,count,type,indices);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 564 GLESConversionArrays tmpArrs;
565 ctx->setupArraysPointers(tmpArrs,first,count,0,NULL,true);
599 GLESConversionArrays tmpArrs;
600 ctx->setupArraysPointers(tmpArrs,0,count,type,indices,false);
    [all...]

Completed in 97 milliseconds