Searched refs:pixelData (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_ktx.cpp139 const uint8_t *buf = reinterpret_cast<const uint8_t *>(ktxFile.pixelData());
168 const uint8_t *buf = reinterpret_cast<const uint8_t *>(ktxFile.pixelData());
196 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData());
226 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData());
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp207 std::vector<deUint8> pixelData; local
210 pixelData.resize(rowPitch * height, 0);
213 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType, &(pixelData[0])));
231 tcu::copy(resultRGBA8.getLevel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0])));
247 if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
/external/skia/src/codec/
H A DSkSwizzler.cpp35 uint8_t pixelData = src[byte]; local
37 uint8_t index = (pixelData >> (8 - bitsPerPixel)) & mask;
40 pixelData <<= bitsPerPixel;
58 uint8_t pixelData = src[byte]; local
60 uint8_t index = (pixelData >> (8 - bitsPerPixel)) & mask;
64 pixelData <<= bitsPerPixel;
/external/skia/third_party/ktx/
H A Dktx.h50 const uint8_t *pixelData(int mipmap = 0) const { function in class:SkKTXFile
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp89 void clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSize);
221 void ReadPixelsTest::clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSize) argument
316 pixelData.resize(rowPitch * (m_height + m_skipRows), 0);
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0])));
352 vector<deUint8> pixelData; local
353 clearColor(reference, pixelData, pixelSize);
357 const tcu::ConstPixelBufferAccess resultAccess = tcu::ConstPixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * rowPitch]));
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp48 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) { argument
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1323 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; local
1327 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels;
1503 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; local
1505 deMemcpy(scratchAccess.getDataPtr(), pixelData, pixelSize);
1512 deMemcpy(pixelData, scratchAccess.getDataPtr(), pixelSize);
/external/skia/src/gpu/
H A DSkGr.cpp294 bytes = ktx.pixelData();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 402 milliseconds