Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h115 const StorageIndex* indexPtr() const { return m_indices; } in indexPtr() function
116 StorageIndex* indexPtr() { return m_indices; } in indexPtr() function
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsplit_vq.c40 int16_t *qXPtr, *indexPtr, *CBPtr, *XPtr; in WebRtcIlbcfix_SplitVq() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrAuditTrail.cpp57 int* indexPtr = fIDLookup.find(consumer->uniqueID()); in opsCombined() local
/aosp_15_r20/external/skia/tests/
H A DSwizzlerTest.cpp46 uint8_t* indexPtr = imageData + startRow * rowBytes; in check_fill() local
/aosp_15_r20/frameworks/base/libs/hwui/
H A DSkiaInterpolator.cpp176 SkiaInterpolatorBase::Result SkiaInterpolatorBase::timeToT(MSec time, float* T, int* indexPtr, in timeToT()
H A DSkiaCanvas.cpp725 uint16_t* indexPtr = indices; in drawBitmapMesh() local
/aosp_15_r20/external/skia/src/core/
H A DSkWriteBuffer.cpp307 if (uint32_t* indexPtr = fFlattenableDict.find(name)) { in writeFlattenable() local
/aosp_15_r20/external/skia/tools/
H A DDDLPromiseImageHelper.cpp314 const int* indexPtr = static_cast<const int*>(rawData); in CreatePromiseImages() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp444 const uint32_t *const indexPtr = findBinary(binary); in addProgram() local
H A DvkRayTracingUtil.cpp921 const void *indexPtr = geometriesData[geometryNdx]->getIndexPointer(); in updateIndexBuffer() local
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp516 const void *indexPtr) in drawIndexed()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DLineLoopTest.cpp107 void runTest(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTest()
/aosp_15_r20/frameworks/rs/
H A DrsFont.cpp586 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc); in initVertexArrayBuffers() local