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_sample.h 245 Sk4i bufferLoc = ys * fWidth + xs;
248 *px2 = this->getPixelAt(bufferLoc[2]);
250 *px1 = this->getPixelAt(bufferLoc[1]);
252 *px0 = this->getPixelAt(bufferLoc[0]);
260 Sk4i bufferLoc = ys * fWidth + xs;
261 *px0 = this->getPixelAt(bufferLoc[0]);
262 *px1 = this->getPixelAt(bufferLoc[1]);
263 *px2 = this->getPixelAt(bufferLoc[2]);
264 *px3 = this->getPixelAt(bufferLoc[3]);
    [all...]
  /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 158 milliseconds