Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cConditionalRenderInvertedTests.hpp179 glw::GLfloat readPixel();
Dgl4cConditionalRenderInvertedTests.cpp292 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/
DPixelRoutine.hpp79 void readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel);
DPixelRoutine.cpp998 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/
DPixelRoutine.hpp76 void readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel);
DPixelRoutine.cpp941 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()