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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 103 ArrayData currentArr = cArrs.getCurrentArray();
104 setupArr(currentArr.data,array_id,currentArr.type,size,currentArr.stride, p->getNormalized());
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 98 ArrayData currentArr = cArrs.getCurrentArray();
99 setupArr(currentArr.data,array_id,currentArr.type,size,currentArr.stride,GL_FALSE, cArrs.getCurrentIndex());

Completed in 178 milliseconds