Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dsplit_vq.c40 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/src/gpu/ganesh/
DGrAuditTrail.cpp57 int* indexPtr = fIDLookup.find(consumer->uniqueID()); in opsCombined() local
/external/skia/tests/
DSwizzlerTest.cpp46 uint8_t* indexPtr = imageData + startRow * rowBytes; in check_fill() local
/external/skia/src/core/
DSkWriteBuffer.cpp307 if (uint32_t* indexPtr = fFlattenableDict.find(name)) { in writeFlattenable() local
/external/skia/tools/
DDDLPromiseImageHelper.cpp314 const int* indexPtr = static_cast<const int*>(rawData); in CreatePromiseImages() local
/external/angle/src/tests/gl_tests/
DLineLoopTest.cpp107 void runTestBlend(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTestBlend()
136 void runTestNoBlend(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTestNoBlend()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp441 const uint32_t *const indexPtr = findBinary(binary); in addProgram() local
DvkRayTracingUtil.cpp921 const void *indexPtr = geometriesData[geometryNdx]->getIndexPointer(); in updateIndexBuffer() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp516 const void *indexPtr) in drawIndexed()