OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferNum
(Results
1 - 5
of
5
) 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
);
710
bool compareToReference (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& buffer, int frameNdx, int
bufferNum
)
713
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
);
654
bool compareToReference (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& buffer, int frameNdx, int
bufferNum
)
657
stream << "FrameNdx = " << frameNdx << ", compare current buffer (numbered: " <<
bufferNum
<< ") to reference";
/frameworks/av/media/libstagefright/include/
ACodec.h
381
// sets |portIndex| port buffer numbers to be |
bufferNum
|. NOTE: Component could reject
382
// this setting if the |
bufferNum
| is less than the minimum buffer num of the port.
383
status_t setPortBufferNum(OMX_U32 portIndex, int
bufferNum
);
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
Completed in 438 milliseconds