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

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 103 int bufferNum = 0;
108 if (index >= mNumIndices[bufferNum]) {
110 mIndices[bufferNum].put(indexBuffer, 0, mNumIndices[bufferNum]);
113 bufferNum++;
123 mIndices[bufferNum].put(indexBuffer, 0, mNumIndices[bufferNum]);
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 200 bool compareToReference (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& buffer, int frameNdx, int bufferNum);
714 bool compareToReference (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& buffer, int frameNdx, int bufferNum)
717 stream << "FrameNdx = " << frameNdx << ", compare current buffer (numbered: " << bufferNum << ") to reference";
teglPartialUpdateTests.cpp 188 bool compareToReference (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& buffer, int frameNdx, int bufferNum);
658 bool compareToReference (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& buffer, int frameNdx, int bufferNum)
661 stream << "FrameNdx = " << frameNdx << ", compare current buffer (numbered: " << bufferNum << ") to reference";
  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 367 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject
368 // this setting if the |bufferNum| is less than the minimum buffer num of the port.
369 status_t setPortBufferNum(OMX_U32 portIndex, int bufferNum);
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 317 milliseconds