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

  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 129 void* bufferLoc;
202 bufferLoc = mem->pointer();
209 memcpy(bufferLoc, pSrc, buffSize);
234 memcpy(bufferLoc, pSrc, consumed);
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 487 Sk4i bufferLoc = YIs * fWidth + XIs;
490 *px2 = getPixel(fSrc, bufferLoc[2]);
492 *px1 = getPixel(fSrc, bufferLoc[1]);
494 *px0 = getPixel(fSrc, bufferLoc[0]);
503 Sk4i bufferLoc = YIs * fWidth + XIs;
504 *px0 = getPixel(fSrc, bufferLoc[0]);
505 *px1 = getPixel(fSrc, bufferLoc[1]);
506 *px2 = getPixel(fSrc, bufferLoc[2]);
507 *px3 = getPixel(fSrc, bufferLoc[3]);
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 388 deUint32 bufferLoc = glGetAttribLocation(m_program->getProgram(), "a_buffer");
389 TCU_CHECK(bufferLoc != (deUint32)-1);
397 GLU_CHECK_CALL(glEnableVertexAttribArray(bufferLoc));
404 GLU_CHECK_CALL(glVertexAttribPointer(bufferLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, 0));
410 GLU_CHECK_CALL(glDisableVertexAttribArray(bufferLoc));

Completed in 204 milliseconds