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

  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 50 int outStride, float ulpCount) {
51 int minStride = refStride > outStride ? outStride : refStride;
55 int outIdx = i * outStride + j;
66 int outStride) {
67 int minStride = refStride > outStride ? outStride : refStride;
71 int outIdx = i * outStride + j;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Blit11.h 68 void *outVertices, unsigned int *outStride, unsigned int *outVertexCount,
Blit11.cpp 128 void *outVertices, unsigned int *outStride, unsigned int *outVertexCount,
141 *outStride = sizeof(d3d11::PositionTexCoordVertex);
148 void *outVertices, unsigned int *outStride, unsigned int *outVertexCount,
171 *outStride = sizeof(d3d11::PositionLayerTexCoord3DVertex);
    [all...]
  /external/aac/libSBRenc/src/
resampler.cpp 492 INT outStride /*!< increment of output samples */
501 outSamples += outStride;
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 704 static bool compareTransformFeedbackOutput (tcu::TestLog& log, deUint32 primitiveType, const Output& output, int numInputs, const deUint8* inBasePtr, int inStride, const deUint8* outBasePtr, int outStride)
725 const deUint8* outPtr = outBasePtr + outStride*outNdx + outOffset + compNdx*sizeof(deUint32);
    [all...]

Completed in 155 milliseconds