Searched refs:readPixel (Results 1 – 6 of 6) sorted by relevance
/external/deqp/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
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 77 void readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel);
|
D | PixelRoutine.cpp | 925 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() function in sw::PixelRoutine 1044 readPixel(index, cBuffer, x, pixel); in alphaBlend() 1163 readPixel(index, cBuffer, x, pixel); in logicOperation()
|
/external/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()
|