Home
last modified time | relevance | path

Searched refs:dataRef (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/
Dget_current_monitor_profile.cpp19 CFDataRef dataRef = CGColorSpaceCopyICCProfile(cs); in main() local
20 const uint8_t* data = CFDataGetBytePtr(dataRef); in main()
21 size_t size = CFDataGetLength(dataRef); in main()
27 CFRelease(dataRef); in main()
/external/skqp/tools/
Dget_current_monitor_profile.cpp19 CFDataRef dataRef = CGColorSpaceCopyICCProfile(cs); in main() local
20 const uint8_t* data = CFDataGetBytePtr(dataRef); in main()
21 size_t size = CFDataGetLength(dataRef); in main()
27 CFRelease(dataRef); in main()
/external/webrtc/webrtc/system_wrappers/test/TestSort/
DTestSort.cc135 LotsOfData<KeyType> dataRef[DataLength]; in RunSortTest() local
158 memcpy(dataRef, data, sizeof(data)); in RunSortTest()
208 if (index < 0 || index >= DataLength || data[j].key != dataRef[index].key) in RunSortTest()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp408 long DataCompare(const std::vector<T>& dataRef, unsigned int widthRef, unsigned int heightRef, in DataCompare() argument
412 if (widthRef * heightRef > dataRef.size()) in DataCompare()
428 if (dataRef[offsetRef + j] != dataTest[offsetTest + j]) in DataCompare()
432 << ", reference: " << dataRef[offsetRef + j] in DataCompare()
533 …long BufferCheck(const CDataArray& dataRef, unsigned int widthRef, unsigned int heightRef, const v… in BufferCheck() argument
545 …return DataCompare(dataRef, widthRef, heightRef, dataTest, widthTest, heightTest, offsetYRef, offs… in BufferCheck()
1259 CDataArray dataRef; in Run() local
1262 DataGen<unsigned int>(dataRef, dataWidth, dataHeight, 4, 70); in Run()
1263 glBufferData(GL_DRAW_INDIRECT_BUFFER, (GLsizeiptr)(dataRef.size() * sizeof(unsigned int)), NULL, in Run()
1265 …ferSubData(GL_DRAW_INDIRECT_BUFFER, 0, (GLsizeiptr)(dataRef.size() * sizeof(unsigned int)), &dataR… in Run()
[all …]
/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp140 CGDataProviderRef dataRef = CGDataProviderCreateWithData(bitmap, bitmap->getPixels(), s, in SkCreateCGImageRefWithColorspace() local
151 bitmap->rowBytes(), colorSpace, info, dataRef, in SkCreateCGImageRefWithColorspace()
157 CGDataProviderRelease(dataRef); in SkCreateCGImageRefWithColorspace()
/external/skqp/src/utils/mac/
DSkCreateCGImageRef.cpp140 CGDataProviderRef dataRef = CGDataProviderCreateWithData(bitmap, bitmap->getPixels(), s, in SkCreateCGImageRefWithColorspace() local
151 bitmap->rowBytes(), colorSpace, info, dataRef, in SkCreateCGImageRefWithColorspace()
157 CGDataProviderRelease(dataRef); in SkCreateCGImageRefWithColorspace()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c3102 Handle dataRef; in MediaObj_GetMediaDataRef() local
3113 &dataRef, in MediaObj_GetMediaDataRef()
3118 ResObj_New, dataRef, in MediaObj_GetMediaDataRef()
3129 Handle dataRef; in MediaObj_SetMediaDataRef() local
3136 ResObj_Convert, &dataRef, in MediaObj_SetMediaDataRef()
3141 dataRef, in MediaObj_SetMediaDataRef()
3176 Handle dataRef; in MediaObj_AddMediaDataRef() local
3182 ResObj_Convert, &dataRef, in MediaObj_AddMediaDataRef()
3187 dataRef, in MediaObj_AddMediaDataRef()
4010 Handle dataRef; in TrackObj_NewTrackMedia() local
[all …]