Home
last modified time | relevance | path

Searched full:angle (Results 1 – 25 of 8728) sorted by relevance

12345678910>>...350

/aosp_15_r20/out/soong/.intermediates/external/angle/angle_program_version_id/android_arm64_armv8-2a_cortex-a55/
Dgenrule.sbox.textproto3 from: "external/angle/src/program_serialize_data_version.py"
4 to: "tools/src/external/angle/src/program_serialize_data_version.py"
7 from: "external/angle/include/EGL/egl.h"
8 to: "external/angle/include/EGL/egl.h"
11 from: "external/angle/include/EGL/eglext.h"
12 to: "external/angle/include/EGL/eglext.h"
15 from: "external/angle/include/EGL/eglext_angle.h"
16 to: "external/angle/include/EGL/eglext_angle.h"
19 from: "external/angle/include/EGL/eglplatform.h"
20 to: "external/angle/include/EGL/eglplatform.h"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/29/
D29f13e14b862c740ed710468bd50d2b120d310e33 from: "external/angle/src/program_serialize_data_version.py"
4 to: "tools/src/external/angle/src/program_serialize_data_version.py"
7 from: "external/angle/include/EGL/egl.h"
8 to: "external/angle/include/EGL/egl.h"
11 from: "external/angle/include/EGL/eglext.h"
12 to: "external/angle/include/EGL/eglext.h"
15 from: "external/angle/include/EGL/eglext_angle.h"
16 to: "external/angle/include/EGL/eglext_angle.h"
19 from: "external/angle/include/EGL/eglplatform.h"
20 to: "external/angle/include/EGL/eglplatform.h"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/4d/
D4d2e31734502d1be2e5dfce5a61e7d52f40abccd3 from: "external/angle/src/program_serialize_data_version.py"
4 to: "tools/src/external/angle/src/program_serialize_data_version.py"
7 from: "external/angle/include/EGL/egl.h"
8 to: "external/angle/include/EGL/egl.h"
11 from: "external/angle/include/EGL/eglext.h"
12 to: "external/angle/include/EGL/eglext.h"
15 from: "external/angle/include/EGL/eglext_angle.h"
16 to: "external/angle/include/EGL/eglext_angle.h"
19 from: "external/angle/include/EGL/eglplatform.h"
20 to: "external/angle/include/EGL/eglplatform.h"
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
15 using namespace angle;
22 void Format::initialize(Renderer *renderer, const angle::Format &angleFormat) in initialize()
26 case angle::FormatID::A16_FLOAT: in initialize()
28 mActualSampleOnlyImageFormatID = angle::FormatID::R16_FLOAT; in initialize()
33 case angle::FormatID::A1R5G5B5_UNORM: in initialize()
35 mActualSampleOnlyImageFormatID = angle::FormatID::A1R5G5B5_UNORM; in initialize()
37 mActualBufferFormatID = angle::FormatID::A1R5G5B5_UNORM; in initialize()
43 case angle::FormatID::A2R10G10B10_SINT_VERTEX: in initialize()
45 mActualSampleOnlyImageFormatID = angle::FormatID::NONE; in initialize()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_table_autogen.cpp4 // Copyright 2024 The ANGLE Project Authors. All rights reserved.
15 using namespace angle;
22 void Format::initialize(const angle::Format &angleFormat) in initialize()
26 case angle::FormatID::A16_FLOAT: in initialize()
28 mActualImageFormatID = angle::FormatID::R16_FLOAT; in initialize()
34 case angle::FormatID::A1R5G5B5_UNORM: in initialize()
38 case angle::FormatID::A2R10G10B10_SINT_VERTEX: in initialize()
40 mActualImageFormatID = angle::FormatID::NONE; in initialize()
43 mActualBufferFormatID = angle::FormatID::R16G16B16A16_SINT; in initialize()
48 case angle::FormatID::A2R10G10B10_SNORM_VERTEX: in initialize()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/angle/libGLESv2_angle/android_arm64_armv8-2a_cortex-a55_shared/unstripped/
DlibGLESv2_angle.so.rsp1angle/libGLESv2_angle/android_arm64_armv8-2a_cortex-a55_shared/obj/external/angle/third_party/vulk…
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_format_table_autogen.mm4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
9 // Conversion from ANGLE format to Metal format.
22 using namespace angle;
29 angle::FormatID Format::MetalToAngleFormatID(MTLPixelFormat formatMtl)
35 return angle::FormatID::A8_UNORM;
37 return angle::FormatID::B10G10R10A2_UNORM;
39 return angle::FormatID::B8G8R8A8_UNORM;
41 return angle::FormatID::B8G8R8A8_UNORM_SRGB;
43 return angle::FormatID::D32_FLOAT;
45 return angle::FormatID::D32_FLOAT_S8X24_UINT;
[all …]
H A Dmtl_render_utils.h2 // Copyright 2019 The ANGLE Project Authors. All rights reserved.
215 class ClearUtils final : angle::NonCopyable
222 angle::Result clearWithDraw(const gl::Context *context,
227 angle::Result ensureShadersInitialized(ContextMtl *ctx, uint32_t numColorAttachments);
229 angle::Result setupClearWithDraw(const gl::Context *context,
234 angle::Result getClearRenderPipelineState(
246 class ColorBlitUtils final : angle::NonCopyable
253 angle::Result blitColorWithDraw(const gl::Context *context,
277 return angle::HashMultiple(k.numColorAttachments, k.unmultiplyAlpha, in operator()
282 angle::Result ensureShadersInitialized(ContextMtl *ctx,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/angle/angle_translator/android_arm64_armv8-2a_cortex-a55_static/
Dangle_translator.a.rsp1angle/angle_translator/android_arm64_armv8-2a_cortex-a55_static/obj/external/angle/src/common/spir…
/aosp_15_r20/out/soong/.intermediates/external/angle/angle_common/android_arm64_armv8-2a_cortex-a55_static/
Dangle_common.a.rsp1angle/angle_common/android_arm64_armv8-2a_cortex-a55_static/obj/external/angle/src/common/third_pa…
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
23 angle::CallCapture CaptureBeginPerfMonitorAMD(const State &glState,
26 angle::CallCapture CaptureDeletePerfMonitorsAMD(const State &glState,
30 angle::CallCapture CaptureEndPerfMonitorAMD(const State &glState, bool isCallValid, GLuint monitor);
31 angle::CallCapture CaptureGenPerfMonitorsAMD(const State &glState,
35 angle::CallCapture CaptureGetPerfMonitorCounterDataAMD(const State &glState,
42 angle::CallCapture CaptureGetPerfMonitorCounterInfoAMD(const State &glState,
48 angle::CallCapture CaptureGetPerfMonitorCounterStringAMD(const State &glState,
55 angle::CallCapture CaptureGetPerfMonitorCountersAMD(const State &glState,
62 angle::CallCapture CaptureGetPerfMonitorGroupStringAMD(const State &glState,
[all …]
H A Dcapture_gles_2_0_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
22 angle::CallCapture CaptureActiveTexture(const State &glState, bool isCallValid, GLenum texture);
23 angle::CallCapture CaptureAttachShader(const State &glState,
27 angle::CallCapture CaptureBindAttribLocation(const State &glState,
32 angle::CallCapture CaptureBindBuffer(const State &glState,
36 angle::CallCapture CaptureBindFramebuffer(const State &glState,
40 angle::CallCapture CaptureBindRenderbuffer(const State &glState,
44 angle::CallCapture CaptureBindTexture(const State &glState,
48 angle::CallCapture CaptureBlendColor(const State &glState,
54 angle::CallCapture CaptureBlendEquation(const State &glState, bool isCallValid, GLenum mode);
[all …]
H A Dcapture_gles_3_0_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
22 angle::CallCapture CaptureBeginQuery(const State &glState,
26 angle::CallCapture CaptureBeginTransformFeedback(const State &glState,
29 angle::CallCapture CaptureBindBufferBase(const State &glState,
34 angle::CallCapture CaptureBindBufferRange(const State &glState,
41 angle::CallCapture CaptureBindSampler(const State &glState,
45 angle::CallCapture CaptureBindTransformFeedback(const State &glState,
49 angle::CallCapture CaptureBindVertexArray(const State &glState,
52 angle::CallCapture CaptureBlitFramebuffer(const State &glState,
64 angle::CallCapture CaptureClearBufferfi(const State &glState,
[all …]
H A Dcapture_gles_1_0_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
22 angle::CallCapture CaptureAlphaFunc(const State &glState,
26 angle::CallCapture CaptureAlphaFuncx(const State &glState,
30 angle::CallCapture CaptureClearColorx(const State &glState,
36 angle::CallCapture CaptureClearDepthx(const State &glState, bool isCallValid, GLfixed depth);
37 angle::CallCapture CaptureClientActiveTexture(const State &glState,
40 angle::CallCapture CaptureClipPlanef(const State &glState,
44 angle::CallCapture CaptureClipPlanex(const State &glState,
48 angle::CallCapture CaptureColor4f(const State &glState,
54 angle::CallCapture CaptureColor4ub(const State &glState,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/angle/angle_common_shader_state/android_arm64_armv8-2a_cortex-a55_static/
Dangle_common_shader_state.a.rsp1angle/angle_common_shader_state/android_arm64_armv8-2a_cortex-a55_static/obj/external/angle/src/co…
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationESEXT_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
25 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
32 angle::EntryPoint entryPoint,
35 angle::EntryPoint entryPoint,
39 angle::EntryPoint entryPoint,
46 angle::EntryPoint entryPoint,
52 angle::EntryPoint entryPoint,
59 angle::EntryPoint entryPoint,
66 angle::EntryPoint entryPoint,
[all …]
H A DvalidationES2_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
25 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
32 angle::EntryPoint entryPoint,
37 angle::EntryPoint entryPoint,
41 angle::EntryPoint entryPoint,
45 angle::EntryPoint entryPoint,
49 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
61 angle::EntryPoint entryPoint,
[all …]
H A Dformatutils.cpp2 // Copyright 2013 The ANGLE Project Authors. All rights reserved.
17 using namespace angle;
606 // Treat ANGLE's BGRX8 as RGB8 since it's swizzled and the X channel is ignored. in EquivalentBlitInternalFormat()
1148 // Special format that is used for D3D textures that are used within ANGLE via the in BuildInternalFormatInfoMap()
1158 // Special format to emulate RGB8 with RGBA8 within ANGLE. in BuildInternalFormatInfoMap()
1162 // Special format to emulate BGR8 with BGRA8 within ANGLE. in BuildInternalFormatInfoMap()
1184 // ANGLE Depth stencil formats in BuildInternalFormatInfoMap()
1481 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap()
1495 for (GLenum sizedInternalFormat : angle::android::kSupportedSizedInternalFormats) in GetAndroidHardwareBufferFormatFromChannelSizes()
1508 ? angle::android::GLInternalFormatToNativePixelFormat(glInternalFormat) in GetAndroidHardwareBufferFormatFromChannelSizes()
[all …]
H A DvalidationES3_autogen.h4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
24 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
31 angle::EntryPoint entryPoint,
36 angle::EntryPoint entryPoint,
43 angle::EntryPoint entryPoint,
47 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
66 angle::EntryPoint entryPoint,
[all …]
/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp4 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
16 namespace angle namespace
25 case angle::EntryPoint::GLAcquireTexturesANGLE: in ReplayTraceFunctionCall()
30 case angle::EntryPoint::GLActiveShaderProgram: in ReplayTraceFunctionCall()
34 case angle::EntryPoint::GLActiveShaderProgramEXT: in ReplayTraceFunctionCall()
38 case angle::EntryPoint::GLActiveTexture: in ReplayTraceFunctionCall()
41 case angle::EntryPoint::GLAlphaFunc: in ReplayTraceFunctionCall()
44 case angle::EntryPoint::GLAlphaFuncx: in ReplayTraceFunctionCall()
47 case angle::EntryPoint::GLAttachShader: in ReplayTraceFunctionCall()
51 case angle::EntryPoint::GLBeginPerfMonitorAMD: in ReplayTraceFunctionCall()
[all …]
/aosp_15_r20/external/angle/infra/config/generated/
H A Dcr-buildbucket.cfg14 identity: "user:angle[email protected]"
42 ' "builder_group": "angle",'
44 ' "angle"'
47 ' "recipe": "angle",'
49 ' "angle"'
56 service_account: "angle[email protected]"
69 service_account: "angle[email protected]"
97 ' "builder_group": "angle",'
99 ' "angle"'
102 ' "recipe": "angle",'
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/70/
D70be1de038811c27aa54f5c1d5317aff3fc2b06c1angle/src/android_system_settings/res/drawable/icon.png external/angle/src/android_system_settings…
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp4 // Copyright 2015 The ANGLE Project Authors. All rights reserved.
22 using namespace angle;
39 angle::FormatID::R16G16B16A16_FLOAT, in Get()
56 angle::FormatID::R32G32B32A32_FLOAT, in Get()
75 angle::FormatID::A8_UNORM, in Get()
92 angle::FormatID::R8G8B8A8_UNORM, in Get()
110 angle::FormatID::B10G10R10A2_UNORM, in Get()
129 angle::FormatID::B5G6R5_UNORM, in Get()
146 angle::FormatID::R8G8B8A8_UNORM, in Get()
164 angle::FormatID::B8G8R8A8_UNORM, in Get()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/angle/libGLESv2_angle/android_arm64_armv8-2a_cortex-a55_shared/
Dmeta_lic.rsp1angle -mc UNKNOWN -k SPDX-license-identifier-Apache-2.0 -k SPDX-license-identifier-BSD -k SPDX-lic…
/aosp_15_r20/out/soong/.intermediates/external/angle/third_party_spirv_tools_src_spvtools_val/android_arm64_armv8-2a_cortex-a55_static/
Dthird_party_spirv_tools_src_spvtools_val.a.rsp1angle/third_party_spirv_tools_src_spvtools_val/android_arm64_armv8-2a_cortex-a55_static/obj/extern…

12345678910>>...350