Home
last modified time | relevance | path

Searched defs:indexPtr (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsplit_vq.c38 int16_t *qXPtr, *indexPtr, *CBPtr, *XPtr; in WebRtcIlbcfix_SplitVq() local
/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h115 const StorageIndex* indexPtr() const { return m_indices; } in indexPtr() function
116 StorageIndex* indexPtr() { return m_indices; } in indexPtr() function
/external/skia/tests/
DSwizzlerTest.cpp44 uint8_t* indexPtr = imageData + startRow * rowBytes; in check_fill() local
/external/skia/src/gpu/
DGrAuditTrail.cpp55 int* indexPtr = fIDLookup.find(consumer->uniqueID()); in opsCombined() local
/external/skia/src/core/
DSkWriteBuffer.cpp256 if (uint32_t* indexPtr = fFlattenableDict.find(key)) { in writeFlattenable() local
/external/skia/src/utils/
DSkInterpolator.cpp72 int* indexPtr, bool* exactPtr) const { in timeToT()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp455 const deUint32* const indexPtr = findBinary(binary); in addProgram() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp485 …glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) in drawIndexed()