Searched refs:readPixel (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cConditionalRenderInvertedTests.hpp | 179 glw::GLfloat readPixel();
|
D | gl4cConditionalRenderInvertedTests.cpp | 292 glw::GLfloat resulted_value = readPixel(); in iterate() 615 glw::GLfloat gl4cts::ConditionalRenderInverted::FunctionalTest::readPixel() in readPixel() function in gl4cts::ConditionalRenderInverted::FunctionalTest
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 79 void readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel);
|
D | PixelRoutine.cpp | 998 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() function in sw::PixelRoutine 1179 readPixel(index, cBuffer, x, pixel); in alphaBlend() 1298 readPixel(index, cBuffer, x, pixel); in logicOperation()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 76 void readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel);
|
D | PixelRoutine.cpp | 941 void PixelRoutine::readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel) in readPixel() function in sw::PixelRoutine 2433 readPixel(index, cBuffer, x, color); in alphaBlend()
|