Home
last modified time | relevance | path

Searched defs:readPixel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cConditionalRenderInvertedTests.cpp614 glw::GLfloat gl4cts::ConditionalRenderInverted::FunctionalTest::readPixel() in readPixel() function in gl4cts::ConditionalRenderInverted::FunctionalTest
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp909 void PixelRoutine::readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel) in readPixel() function in sw::PixelRoutine
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp11261 uint8_t *readPixel = readPixelBuffer.data() + i * readFormat.pixelBytes; in readPixels() local