/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMap.h | 60 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/ |
D | MapBase.h | 149 …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/ |
D | printers.py | 81 def __init__ (self, rows, cols, dataPtr, rowMajor): argument 150 def __init__ (self, dataPtr): argument
|
/external/webrtc/webrtc/modules/video_coding/ |
D | packet.h | 39 const uint8_t* dataPtr; variable
|
/external/skqp/src/ports/ |
D | SkOSFile_win.cpp | 228 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/ |
D | SkOSFile_win.cpp | 228 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/ |
D | MallocPixelRefTest.cpp | 108 SkData* dataPtr = data.get(); in DEF_TEST() local
|
/external/skqp/tests/ |
D | MallocPixelRefTest.cpp | 108 SkData* dataPtr = data.get(); in DEF_TEST() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.cpp | 370 GLuint* dataPtr; in fillAtomicCounterBuffer() local 407 GLuint* dataPtr; in checkAtomicCounterBuffer() local
|
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/ |
D | pa_ringbuffer.c | 69 void* dataPtr) { in PaUtil_InitializeRingBuffer()
|
/external/pdfium/core/fxcrt/ |
D | fx_extension.cpp | 127 const uint8_t* dataPtr = &pData[bitpos / 8]; in GetBits32() local
|
/external/skia/src/core/ |
D | SkMallocPixelRef.cpp | 94 static void sk_data_releaseproc(void*, void* dataPtr) { in sk_data_releaseproc() argument
|
D | SkDistanceFieldGen.cpp | 360 DFData* dataPtr = (DFData*)storage.get(); in generate_distance_field_from_image() local
|
/external/skqp/src/core/ |
D | SkMallocPixelRef.cpp | 94 static void sk_data_releaseproc(void*, void* dataPtr) { in sk_data_releaseproc() argument
|
D | SkDistanceFieldGen.cpp | 360 DFData* dataPtr = (DFData*)storage.get(); in generate_distance_field_from_image() local
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 110 unsigned char* dataPtr = fData; in addSubImage() local 143 const unsigned char* dataPtr = fData; in uploadToTexture() local
|
D | GrDistanceFieldGenFromVector.cpp | 646 DFData* dataPtr, in calculate_distance_field_data() 786 DFData* dataPtr = (DFData*) dfStorage.get(); in GrGenerateDistanceFieldFromPath() local
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 110 unsigned char* dataPtr = fData; in addSubImage() local 143 const unsigned char* dataPtr = fData; in uploadToTexture() local
|
D | GrDistanceFieldGenFromVector.cpp | 646 DFData* dataPtr, in calculate_distance_field_data() 786 DFData* dataPtr = (DFData*) dfStorage.get(); in GrGenerateDistanceFieldFromPath() local
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.cpp | 225 void* dataPtr = storage.get(); in addGlyphToAtlas() local
|
/external/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 225 void* dataPtr = storage.get(); in addGlyphToAtlas() local
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 733 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/ |
D | deMemPool.c | 157 deUint8* dataPtr = (deUint8*)(page + 1); in MemPage_destroy() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 104 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/ |
D | GrGLCreateNullInterface.cpp | 104 void allocate(GrGLsizeiptr size, const GrGLchar* dataPtr) { in allocate() 114 GrGLchar* dataPtr() { return fDataPtr; } in dataPtr() function in __anon19c465a20111::Buffer
|