Home
last modified time | relevance | path

Searched defs:access (Results 76 - 100 of 471) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.cpp113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument
119 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DOverlayVk.cpp131 vk::CommandBufferAccess access; in createFont() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.cpp96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument
102 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp204 GrGLbitfield access; in onMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp86 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; in GetSymbolRef() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_type_test.cc428 ast::Access access; member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp105 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y, int width, int height) in getSubregion() argument
110 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, int x, int y, int width, int height) in getSubregion() argument
215 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y) in resolveMultisamplePixel() argument
224 clear(const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) clear() argument
229 clear(const MultisamplePixelBufferAccess& access, const tcu::IVec4& color) clear() argument
234 clearDepth(const MultisamplePixelBufferAccess& access, float depth) clearDepth() argument
239 clearStencil(const MultisamplePixelBufferAccess& access, int stencil) clearStencil() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp116 uint32_t access = GetObject<uint32_t>(); in SurfaceFuzzTest002() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp256 void InitSandboxGroupEntry(AclXattrEntry& entry, uint32_t id, uint16_t access) in InitSandboxGroupEntry() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp96 NetManagerBaseAccessToken access; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_test.cpp347 NetManagerExtAccessToken access; in HWTEST_F() local
/third_party/ffmpeg/libavformat/
H A Dfile.c209 int access; in file_open() local
[all...]
H A Dlibsmbclient.c98 int access, ret; in libsmbc_open() local
H A Dos_support.h312 #define access win32_access macro
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.h240 VkAccessFlagBits access[AV_NUM_DATA_POINTERS]; member
/third_party/gn/src/base/files/
H A Dfile_win.cc295 DWORD access = 0; in DoInitialize() local
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c213 unsigned int access, count; in snd_ctl_ext_elem_read() local
267 unsigned int access, count; in snd_ctl_ext_elem_write() local
334 unsigned int access, count, len; in snd_ctl_ext_elem_tlv() local
[all...]
/third_party/alsa-utils/axfer/test/
H A Dmapper-test.c39 static void test_demuxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_demuxer() argument
69 static int test_demux(struct mapper_trial *trial, snd_pcm_access_t access, in test_demux() argument
130 static void test_muxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_muxer() argument
160 static int test_mux(struct mapper_trial *trial, snd_pcm_access_t access, in test_mux() argument
220 static int test_mapper(struct mapper_trial *trial, snd_pcm_access_t access, in test_mapper() argument
279 test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_i_buf() argument
319 test_vector(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_vector() argument
378 test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_n_buf() argument
406 callback(struct test_generator *gen, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, void *frame_buffer, unsigned int frame_count) callback() argument
447 snd_pcm_access_t access; main() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_mmap_emul.c158 snd_pcm_access_t access; in snd_pcm_mmap_emul_hw_params() local
/third_party/alsa-utils/axfer/
H A Dsubcmd-transfer.c165 static int capture_pre_process(struct context *ctx, snd_pcm_access_t *access, in capture_pre_process() argument
229 static int playback_pre_process(struct context *ctx, snd_pcm_access_t *access, in playback_pre_process() argument
331 snd_pcm_access_t access; in context_pre_process() local
H A Dxfer-libasound-timer-mmap.c25 snd_pcm_access_t access; in timer_mmap_pre_process() local
/third_party/alsa-lib/include/
H A Dpcm_ioplug.h118 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member
/third_party/icu/icu4c/source/common/unicode/
H A Dutext.h1242 UTextAccess *access; global() member
[all...]

Completed in 18 milliseconds

12345678910>>...19