/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 299 VkResult result = VK_ERROR_OUT_OF_HOST_MEMORY; in createTestBuffer() local
|
H A D | vktApiDescriptorPoolTests.cpp | 276 const VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &rawDescriptorSets[0]); in outOfPoolMemoryTest() local 336 VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &descriptorSet); in zeroPoolSizeCount() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 248 vk::VkResult result = vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, DE_NULL); in testShadingRates() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTransfer.cpp | 106 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageFormat, m_params.imageType, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0u, &formatProperties); in checkSupport() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | HLSLCompiler.cpp | 236 HRESULT result = S_OK; in compileToBinary() local 371 HRESULT result = disassembleFunc(buffer, bufSize, flags, "", &disassembly); in disassembleBinary() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | SwapChain9.cpp | 110 HRESULT result; in reset() local 349 HRESULT result = mSwapChain->Present(&rect, &rect, nullptr, nullptr, 0); swapRect() local 445 HRESULT result = mSwapChain->GetPresentParameters(&presentParameters); recreate() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ShaderGL.cpp | 135 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() argument 392 bool result = sh::Compile(handle, &str, 1, options); in compile() local 429 bool result = sh::Compile(handle, &str, 1, options); in compile() variable 106 WaitableCompileEventNativeParallel(PostTranslateFunctor &&postTranslateFunctor, bool result, CheckShaderFunctor &&checkShaderFunctor, PeekCompletionFunctor &&peekCompletionFunctor) WaitableCompileEventNativeParallel() argument [all...] |
H A D | QueryGL.cpp | 212 GLuint64 result = 0; in flush() local 218 GLuint result = 0; in flush() local 303 GLint result = 0; variable
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | checked_math_impl.h | 28 constexpr bool CheckedAddImpl(T x, T y, T *result) in CheckedAddImpl() argument 98 constexpr bool CheckedSubImpl(T x, T y, T *result) in CheckedSubImpl() argument 167 CheckedMulImpl(T x, T y, T *result) CheckedMulImpl() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ConstantUnion.cpp | 22 float result = lhs + rhs; in CheckedSum() local 36 float result = lhs - rhs; in CheckedDiff() local 50 float result = lhs * rhs; in CheckedMul() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | MemoryProgramCache.cpp | 161 angle::Result result = in getProgram() local
|
H A D | BlobCache.cpp | 156 bool result = scratchBuffer->get(valueSize, &scratchMemory); in get() local 184 bool result = mBlobCache.get(key, &entry); in get() local 214 bool result = mBlobCache.getAt(index, keyOut, &valueBuf); in getAt() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | SwapChainPanelNativeWindow.cpp | 37 HRESULT result = S_OK; in RunOnUIThread() local 96 HRESULT result = S_OK; in initialize() local 203 HRESULT result = Microsoft::WRL::MakeAndInitialize<SwapChainPanelSizeChangedHandler>( registerForSizeChangeEvents() local 279 HRESULT result = factory->CreateSwapChainForComposition(device, &swapChainDesc, nullptr, createSwapChain() local 336 HRESULT result = mSwapChain.As(&swapChain2); scaleSwapChain() local 351 HRESULT result = swapChainPanel.As(&uiElement); GetSwapChainPanelSize() local [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | matrix_utils_unittest.cpp | 184 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local 197 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local 217 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | SampleApplication.cpp | 217 int result = 0; in run() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SurfaceEGL.cpp | 176 egl::SupportedCompositorTimings result; in getSupportedCompositorTimings() local 214 egl::SupportedTimestamps result; in getSupportedTimestamps() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DXGISwapChainWindowSurfaceWGL.cpp | 126 HRESULT result = mSwapChain->Present(mSwapInterval, 0); in swap() local 152 HRESULT result = S_OK; in postSubBuffer() local 192 HRESULT result = mSwapChain->GetBuffer(0, __uuidof(ID3D11Texture2D), in bindTexImage() local 370 HRESULT result = GetDXGIFactoryFromDevice() local 426 HRESULT result = dxgiFactory->QueryInterface(__uuidof(IDXGIFactory2), createSwapChain() local [all...] |
H A D | D3DTextureSurfaceWGL.cpp | 151 HRESULT result = texture9->GetDevice(&d3d9Device); in GetD3D9TextureInfo() local 214 HRESULT result = d3d11Device->OpenSharedResource(shareHandle, __uuidof(ID3D11Texture2D), in GetD3DTextureInfo() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cIndirectParametersTests.cpp | 102 bool result = true; in iterate() local 461 bool result = true; in verifyErrors() local 657 bool result = true; verifyErrors() local [all...] |
H A D | gl4cShaderAtomicCounterOpsTests.hpp | 69 glw::GLuint result = m_inputValue; in getResult() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cNumberParsingTests.cpp | 416 const qpTestResult result = (pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL); in iterate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedBase.cpp | 127 bool result = true; in CheckBuffer() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 223 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local 243 static const char* result = "${VERSION}\n" in getVertexShaderCode() local 505 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local 536 static const char* result = "${VERSION}\n" in getGeometryShaderCode() local 653 static const char* result = "${VERSION}\\n" getVertexShaderCode() local 703 static const char* result = "${VERSION}\\n" getGeometryShaderCode() local 790 static const char* result = "${VERSION}\\n" getGeometryShaderCode() local [all...] |
H A D | esextcGeometryShaderProgramResource.cpp | 335 bool result = true; in iterate() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaAccuracy.cpp | 355 void GPUShader5FmaAccuracyTest::calculateRelativeError(glw::GLfloat result, glw::GLfloat expected_result, in calculateRelativeError() argument
|