Home
last modified time | relevance | path

Searched defs:dataPtr (Results 1 – 25 of 43) sorted by relevance

12

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMap.h60 EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr) : m_data(dataPtr), m_dimensions() { in TensorMap()
67 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index firstDimension, IndexTypes... otherDim… in TensorMap()
73 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index firstDimension) : m_data(dataPtr), m_d… in TensorMap()
78 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2) : m_data(dataPtr), m… in TensorMap()
82 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3) : m_data… in TensorMap()
86 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
90 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
95 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, const array<Index, NumIndi… in TensorMap()
100 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, const Dimensions& dimensio… in TensorMap()
/external/eigen/Eigen/src/Core/
DMapBase.h149 …explicit inline MapBase(PointerType dataPtr) : m_data(dataPtr), m_rows(RowsAtCompileTime), m_cols(… in MapBase()
157 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase()
170 inline MapBase(PointerType dataPtr, Index rows, Index cols) in MapBase()
279 EIGEN_DEVICE_FUNC explicit inline MapBase(PointerType dataPtr) : Base(dataPtr) {} in MapBase()
280 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase()
281 …EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index rows, Index cols) : Base(dataPtr, rows… in MapBase()
/external/eigen/debug/gdb/
Dprinters.py81 def __init__ (self, rows, cols, dataPtr, rowMajor): argument
150 def __init__ (self, dataPtr): argument
/external/webrtc/webrtc/modules/video_coding/
Dpacket.h39 const uint8_t* dataPtr; variable
/external/skqp/src/ports/
DSkOSFile_win.cpp228 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) { in get_the_file()
267 WIN32_FIND_DATAW* dataPtr = nullptr; in next() local
/external/skia/src/ports/
DSkOSFile_win.cpp228 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) { in get_the_file()
267 WIN32_FIND_DATAW* dataPtr = nullptr; in next() local
/external/skia/tests/
DMallocPixelRefTest.cpp108 SkData* dataPtr = data.get(); in DEF_TEST() local
/external/skqp/tests/
DMallocPixelRefTest.cpp108 SkData* dataPtr = data.get(); in DEF_TEST() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCounterOpsTests.cpp370 GLuint* dataPtr; in fillAtomicCounterBuffer() local
407 GLuint* dataPtr; in checkAtomicCounterBuffer() local
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
Dpa_ringbuffer.c69 void* dataPtr) { in PaUtil_InitializeRingBuffer()
/external/pdfium/core/fxcrt/
Dfx_extension.cpp127 const uint8_t* dataPtr = &pData[bitpos / 8]; in GetBits32() local
/external/skia/src/core/
DSkMallocPixelRef.cpp94 static void sk_data_releaseproc(void*, void* dataPtr) { in sk_data_releaseproc() argument
DSkDistanceFieldGen.cpp360 DFData* dataPtr = (DFData*)storage.get(); in generate_distance_field_from_image() local
/external/skqp/src/core/
DSkMallocPixelRef.cpp94 static void sk_data_releaseproc(void*, void* dataPtr) { in sk_data_releaseproc() argument
DSkDistanceFieldGen.cpp360 DFData* dataPtr = (DFData*)storage.get(); in generate_distance_field_from_image() local
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp110 unsigned char* dataPtr = fData; in addSubImage() local
143 const unsigned char* dataPtr = fData; in uploadToTexture() local
DGrDistanceFieldGenFromVector.cpp646 DFData* dataPtr, in calculate_distance_field_data()
786 DFData* dataPtr = (DFData*) dfStorage.get(); in GrGenerateDistanceFieldFromPath() local
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp110 unsigned char* dataPtr = fData; in addSubImage() local
143 const unsigned char* dataPtr = fData; in uploadToTexture() local
DGrDistanceFieldGenFromVector.cpp646 DFData* dataPtr, in calculate_distance_field_data()
786 DFData* dataPtr = (DFData*) dfStorage.get(); in GrGenerateDistanceFieldFromPath() local
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp225 void* dataPtr = storage.get(); in addGlyphToAtlas() local
/external/skia/src/gpu/text/
DGrStrikeCache.cpp225 void* dataPtr = storage.get(); in addGlyphToAtlas() local
/external/deqp/modules/egl/
DteglWideColorTests.cpp733 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, float* dataPtr) in readPixels()
739 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint32 *dataPtr) in readPixels()
745 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint8 *dataPtr) in readPixels()
/external/deqp/framework/delibs/depool/
DdeMemPool.c157 deUint8* dataPtr = (deUint8*)(page + 1); in MemPage_destroy() local
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp104 void allocate(GrGLsizeiptr size, const GrGLchar* dataPtr) { in allocate()
114 GrGLchar* dataPtr() { return fDataPtr; } in dataPtr() function in __anonbc4282d90111::Buffer
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp104 void allocate(GrGLsizeiptr size, const GrGLchar* dataPtr) { in allocate()
114 GrGLchar* dataPtr() { return fDataPtr; } in dataPtr() function in __anon19c465a20111::Buffer

12