Home
last modified time | relevance | path

Searched refs:clearColorBuffer (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Drender3D.cpp328 const u16 *__restrict clearColorBuffer = (u16 *__restrict)MMU.texInfo.textureSlotAddr[2]; in ClearFramebuffer() local
340 this->clearImageColor16Buffer[i] = clearColorBuffer[i]; in ClearFramebuffer()
363 this->clearImageColor16Buffer[dstIndex] = clearColorBuffer[srcIndex]; in ClearFramebuffer()
570 const u16 *__restrict clearColorBuffer = (u16 *__restrict)MMU.texInfo.textureSlotAddr[2]; in ClearFramebuffer() local
648 … this->clearImageColor16Buffer[dstIndex+7] = clearColorBuffer[_mm_extract_epi16(addr_vec128, 7)]; in ClearFramebuffer()
649 … this->clearImageColor16Buffer[dstIndex+6] = clearColorBuffer[_mm_extract_epi16(addr_vec128, 6)]; in ClearFramebuffer()
650 … this->clearImageColor16Buffer[dstIndex+5] = clearColorBuffer[_mm_extract_epi16(addr_vec128, 5)]; in ClearFramebuffer()
651 … this->clearImageColor16Buffer[dstIndex+4] = clearColorBuffer[_mm_extract_epi16(addr_vec128, 4)]; in ClearFramebuffer()
652 … this->clearImageColor16Buffer[dstIndex+3] = clearColorBuffer[_mm_extract_epi16(addr_vec128, 3)]; in ClearFramebuffer()
653 … this->clearImageColor16Buffer[dstIndex+2] = clearColorBuffer[_mm_extract_epi16(addr_vec128, 2)]; in ClearFramebuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fFboTestCase.hpp63 …void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.…
H A Des3fFboTestCase.cpp369 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles3::Functional::FboTestCase
371 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value); in clearColorBuffer()
H A Des3fFboColorbufferTests.cpp864 clearColorBuffer(fboFormat, Vec4(0.0f)); in render()
875 clearColorBuffer(fboFormat, color); in render()
933 clearColorBuffer(fboFormat, Vec4(0.0f)); in render()
941 clearColorBuffer(fboFormat, color); in render()
995 clearColorBuffer(fboFormat, Vec4(0.0f)); in render()
1003 clearColorBuffer(fboFormat, color); in render()
H A Des3fFboTestUtil.hpp219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fFboTestCase.hpp63 …void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.…
H A Des31fFboTestCase.cpp386 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles31::Functional::FboTestCase
388 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value); in clearColorBuffer()
H A Des31fFboTestUtil.hpp129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/iphone/
H A Diphone_video.h96 - (void)clearColorBuffer;
H A Dosys_video.mm301 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(clearColorBuffer) withObject:nil waitU…
310 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(clearColorBuffer) withObject:nil waitU…
/dports/games/scummvm/scummvm-2.5.1/backends/platform/iphone/
H A Diphone_video.h96 - (void)clearColorBuffer;
H A Dosys_video.mm289 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(clearColorBuffer) withObject:nil waitU…
298 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(clearColorBuffer) withObject:nil waitU…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ios7/
H A Dios7_video.h118 - (void)clearColorBuffer;
H A Dios7_osys_video.mm376 [[iOS7AppDelegate iPhoneView] clearColorBuffer];
387 [[iOS7AppDelegate iPhoneView] clearColorBuffer];
/dports/games/scummvm/scummvm-2.5.1/backends/platform/ios7/
H A Dios7_video.h110 - (void)clearColorBuffer;
H A Dios7_osys_video.mm366 [[iOS7AppDelegate iPhoneView] clearColorBuffer];
377 [[iOS7AppDelegate iPhoneView] clearColorBuffer];
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hp_core/
H A Dcommand_stream_receiver_hw_xe_hp_core.cpp47 static uint8_t clearColorBuffer[clearColorSize]; in getClearColorAllocation() local
55 …llocation = getMemoryManager()->allocateGraphicsMemoryWithProperties(properties, clearColorBuffer); in getClearColorAllocation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h675 void clearColorBuffer(GLint drawbuffer, const GLint *value);
676 void clearColorBuffer(GLint drawbuffer, const GLuint *value);
677 void clearColorBuffer(GLint drawbuffer, const GLfloat *value);
719 void clearColorBuffer(GLint drawbuffer, void *value, sw::Format format);
H A DContext.cpp3474 void Context::clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) in clearColorBuffer() function in es2::Context
3502 void Context::clearColorBuffer(GLint drawbuffer, const GLint *value) in clearColorBuffer() function in es2::Context
3504 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32I); in clearColorBuffer()
3507 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) in clearColorBuffer() function in es2::Context
3509 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32UI); in clearColorBuffer()
3512 void Context::clearColorBuffer(GLint drawbuffer, const GLfloat *value) in clearColorBuffer() function in es2::Context
3514 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32F); in clearColorBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h645 void clearColorBuffer(GLint drawbuffer, const GLint *value);
646 void clearColorBuffer(GLint drawbuffer, const GLuint *value);
647 void clearColorBuffer(GLint drawbuffer, const GLfloat *value);
689 void clearColorBuffer(GLint drawbuffer, void *value, sw::Format format);
H A DContext.cpp3474 void Context::clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) in clearColorBuffer() function in es2::Context
3502 void Context::clearColorBuffer(GLint drawbuffer, const GLint *value) in clearColorBuffer() function in es2::Context
3504 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32I); in clearColorBuffer()
3507 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) in clearColorBuffer() function in es2::Context
3509 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32UI); in clearColorBuffer()
3512 void Context::clearColorBuffer(GLint drawbuffer, const GLfloat *value) in clearColorBuffer() function in es2::Context
3514 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32F); in clearColorBuffer()
/dports/games/residualvm/residualvm-0.3.1/graphics/tinygl/
H A Dzdirtyrect.h75 …ClearBufferDrawCall(bool clearZBuffer, int zValue, bool clearColorBuffer, int rValue, int gValue, …
H A Dzdirtyrect.cpp626 ClearBufferDrawCall::ClearBufferDrawCall(bool clearZBuffer, int zValue, bool clearColorBuffer, int … in ClearBufferDrawCall() argument
627 …: _clearZBuffer(clearZBuffer), _clearColorBuffer(clearColorBuffer), _zValue(zValue), _rValue(rValu… in ClearBufferDrawCall()
/dports/games/scummvm/scummvm-2.5.1/graphics/tinygl/
H A Dzdirtyrect.h75 …ClearBufferDrawCall(bool clearZBuffer, int zValue, bool clearColorBuffer, int rValue, int gValue, …
H A Dzdirtyrect.cpp630 ClearBufferDrawCall::ClearBufferDrawCall(bool clearZBuffer, int zValue, bool clearColorBuffer, int … in ClearBufferDrawCall() argument
631 …: _clearZBuffer(clearZBuffer), _clearColorBuffer(clearColorBuffer), _zValue(zValue), _rValue(rValu… in ClearBufferDrawCall()

12