Home
last modified time | relevance | path

Searched refs:pixelData (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp207 std::vector<deUint8> pixelData; in iterate() local
210 pixelData.resize(rowPitch * height, 0); in iterate()
213 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType, &(pixelData[0]))); in iterate()
231 …RGBA8.getLevel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0]))); in iterate()
247 …vel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0])), tcu::Vec4(… in iterate()
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp89 void clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSize);
221 void ReadPixelsTest::clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSi… in clearColor() argument
316 pixelData.resize(rowPitch * (m_height + m_skipRows), 0); in clearColor()
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0]))); in clearColor()
352 vector<deUint8> pixelData; in iterate() local
353 clearColor(reference, pixelData, pixelSize); in iterate()
357 …cu::ConstPixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_sk… in iterate()
/external/skia/tests/
DGrSurfaceTest.cpp105 std::unique_ptr<char[]> pixelData(new char[pixelBufferSize]); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
106 memset(pixelData.get(), 0, pixelBufferSize); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
124 texels[i].fPixels = pixelData.get(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp51 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) { in SkBitmap_ReleaseInfo() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp1694 const Vec4 pixelData = sampleLocationBuffer.getPixel(pixelAddress.x(), pixelAddress.y()); in validateSampleLocations() local
1696 locations.push_back(Vec2(pixelData.x(), pixelData.y())); in validateSampleLocations()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1336 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; in replaceBadFloatReinterpretValues() local
1340 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels; in replaceBadFloatReinterpretValues()
1517 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; in iterate() local
1519 deMemcpy(scratchAccess.getDataPtr(), pixelData, pixelSize); in iterate()
1526 deMemcpy(pixelData, scratchAccess.getDataPtr(), pixelSize); in iterate()