Home
last modified time | relevance | path

Searched refs:GetImplAs (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp36 Context9 *context9 = GetImplAs<Context9>(context); in begin()
57 Context9 *context9 = GetImplAs<Context9>(context); in end()
71 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in queryCounter()
94 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
99 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
104 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
109 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
H A DBuffer9.cpp44 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size)); in setData()
81 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size + offset)); in setSubData()
115 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in map()
125 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in mapRange()
131 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in unmap()
137 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in markTransformFeedbackUsage()
H A DIndexBuffer9.cpp63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize()
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer()
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer()
129 Context9 *context9 = GetImplAs<Context9>(context); in discard()
H A DFence9.cpp38 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to end event query"); in set()
44 return testHelper(GetImplAs<Context9>(context), true, outFinished); in test()
52 ANGLE_TRY(testHelper(GetImplAs<Context9>(context), true, &finished)); in finish()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp36 Context9 *context9 = GetImplAs<Context9>(context); in begin()
57 Context9 *context9 = GetImplAs<Context9>(context); in end()
71 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in queryCounter()
94 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
99 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
104 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
109 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
H A DBuffer9.cpp44 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size)); in setData()
81 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size + offset)); in setSubData()
115 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in map()
125 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in mapRange()
131 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in unmap()
137 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in markTransformFeedbackUsage()
H A DIndexBuffer9.cpp63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize()
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer()
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer()
129 Context9 *context9 = GetImplAs<Context9>(context); in discard()
H A DFence9.cpp38 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to end event query"); in set()
44 return testHelper(GetImplAs<Context9>(context), true, outFinished); in test()
52 ANGLE_TRY(testHelper(GetImplAs<Context9>(context), true, &finished)); in finish()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp36 Context9 *context9 = GetImplAs<Context9>(context); in begin()
57 Context9 *context9 = GetImplAs<Context9>(context); in end()
71 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in queryCounter()
94 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
99 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
104 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
109 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
H A DBuffer9.cpp44 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size)); in setData()
81 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size + offset)); in setSubData()
115 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in map()
125 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in mapRange()
131 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in unmap()
137 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in markTransformFeedbackUsage()
H A DIndexBuffer9.cpp63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize()
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer()
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer()
129 Context9 *context9 = GetImplAs<Context9>(context); in discard()
H A DFence9.cpp38 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to end event query"); in set()
44 return testHelper(GetImplAs<Context9>(context), true, outFinished); in test()
52 ANGLE_TRY(testHelper(GetImplAs<Context9>(context), true, &finished)); in finish()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp36 Context9 *context9 = GetImplAs<Context9>(context); in begin()
57 Context9 *context9 = GetImplAs<Context9>(context); in end()
71 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in queryCounter()
94 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
99 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
104 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
109 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
H A DBuffer9.cpp44 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size)); in setData()
81 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size + offset)); in setSubData()
115 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in map()
125 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in mapRange()
131 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in unmap()
137 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in markTransformFeedbackUsage()
H A DIndexBuffer9.cpp63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize()
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer()
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer()
129 Context9 *context9 = GetImplAs<Context9>(context); in discard()
H A DFence9.cpp38 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to end event query"); in set()
44 return testHelper(GetImplAs<Context9>(context), true, outFinished); in test()
52 ANGLE_TRY(testHelper(GetImplAs<Context9>(context), true, &finished)); in finish()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp36 Context9 *context9 = GetImplAs<Context9>(context); in begin()
57 Context9 *context9 = GetImplAs<Context9>(context); in end()
71 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in queryCounter()
94 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
99 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
104 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
109 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
H A DBuffer9.cpp44 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size)); in setData()
81 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size + offset)); in setSubData()
115 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in map()
125 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in mapRange()
131 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in unmap()
137 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in markTransformFeedbackUsage()
H A DIndexBuffer9.cpp63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize()
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer()
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer()
129 Context9 *context9 = GetImplAs<Context9>(context); in discard()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp36 Context9 *context9 = GetImplAs<Context9>(context); in begin()
57 Context9 *context9 = GetImplAs<Context9>(context); in end()
71 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in queryCounter()
94 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
99 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
104 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
109 return getResultBase(GetImplAs<Context9>(context), params); in getResult()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
H A DBuffer9.cpp44 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size)); in setData()
81 ANGLE_CHECK_GL_ALLOC(GetImplAs<Context9>(context), mMemory.resize(size + offset)); in setSubData()
115 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in map()
125 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in mapRange()
131 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in unmap()
137 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in markTransformFeedbackUsage()
H A DIndexBuffer9.cpp63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize()
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer()
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer()
129 Context9 *context9 = GetImplAs<Context9>(context); in discard()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A DImageVk.cpp45 GetImplAs<ExternalImageSiblingVk>(GetAs<egl::ExternalImageSibling>(mState.source)); in onDestroy()
55 TextureVk *textureVk = GetImplAs<TextureVk>(GetAs<gl::Texture>(mState.source)); in initialize()
79 GetImplAs<RenderbufferVk>(GetAs<gl::Renderbuffer>(mState.source)); in initialize()
88 GetImplAs<ExternalImageSiblingVk>(GetAs<egl::ExternalImageSibling>(mState.source)); in initialize()
123 TextureVk *textureVk = GetImplAs<TextureVk>(GetAs<gl::Texture>(mState.source)); in orphan()
131 GetImplAs<RenderbufferVk>(GetAs<gl::Renderbuffer>(mState.source)); in orphan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DImageVk.cpp47 GetImplAs<ExternalImageSiblingVk>(GetAs<egl::ExternalImageSibling>(mState.source)); in onDestroy()
57 TextureVk *textureVk = GetImplAs<TextureVk>(GetAs<gl::Texture>(mState.source)); in initialize()
81 GetImplAs<RenderbufferVk>(GetAs<gl::Renderbuffer>(mState.source)); in initialize()
90 GetImplAs<ExternalImageSiblingVk>(GetAs<egl::ExternalImageSibling>(mState.source)); in initialize()
129 TextureVk *textureVk = GetImplAs<TextureVk>(GetAs<gl::Texture>(mState.source)); in orphan()
137 GetImplAs<RenderbufferVk>(GetAs<gl::Renderbuffer>(mState.source)); in orphan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/cgl/
H A DContextCGL.cpp39 return GetImplAs<DisplayCGL>(context->getDisplay())->unreferenceDiscreteGPU(); in releaseHighPowerGPU()
50 return GetImplAs<DisplayCGL>(context->getDisplay())->referenceDiscreteGPU(); in reacquireHighPowerGPU()
60 (void)GetImplAs<DisplayCGL>(context->getDisplay())->unreferenceDiscreteGPU(); in onDestroy()

12345678910>>...35