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

/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/skqp/tests/
H A DGrSurfaceTest.cpp111 std::unique_ptr<char[]> pixelData(new char[pixelBufferSize]);
112 memset(pixelData.get(), 0, pixelBufferSize);
132 texels[i].fPixels = pixelData.get();
/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.cpp51 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) { argument
/external/skqp/src/utils/mac/
H A DSkCreateCGImageRef.cpp51 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) { argument
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1336 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; local
1340 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels;
1517 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; local
1519 deMemcpy(scratchAccess.getDataPtr(), pixelData, pixelSize);
1526 deMemcpy(pixelData, scratchAccess.getDataPtr(), pixelSize);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp1690 const Vec4 pixelData = sampleLocationBuffer.getPixel(pixelAddress.x(), pixelAddress.y()); local
1692 locations.push_back(Vec2(pixelData.x(), pixelData.y()));

Completed in 270 milliseconds