Home
last modified time | relevance | path

Searched refs:access (Results 1051 - 1075 of 1158) sorted by relevance

1...<<41424344454647

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp1821 GLbitfield access, in CaptureMapBufferRange()
1829 paramBuffer.addEnumParam("access", GLenumGroup::BufferAccessMask, ParamType::TGLbitfield, in CaptureMapBufferRange()
1830 access); in CaptureMapBufferRange()
1816 CaptureMapBufferRange(const State &glState, bool isCallValid, BufferBinding targetPacked, GLintptr offset, GLsizeiptr length, GLbitfield access, void *returnValue) CaptureMapBufferRange() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp3375 void *Context::mapNamedBuffer(BufferID buffer, GLenum access) in mapNamedBuffer() argument
3384 GLbitfield access) in mapNamedBufferRange()
3381 mapNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) mapNamedBufferRange() argument
H A DvalidationES2.cpp2952 GLenum access) in ValidateMapBufferOES()
2974 if (access != GL_WRITE_ONLY_OES) in ValidateMapBufferOES()
2981 // and GL_OES_mapbuffer extension, allow it as long as the access type of glmapbufferOES in ValidateMapBufferOES()
3016 GLbitfield access) in ValidateMapBufferRangeEXT()
3024 return ValidateMapBufferRangeBase(context, entryPoint, target, offset, length, access); in ValidateMapBufferRangeEXT()
2949 ValidateMapBufferOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum access) ValidateMapBufferOES() argument
3011 ValidateMapBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRangeEXT() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp114 * @param access Access rights for mapped region
118 void* Utils::buffer::map(GLenum access) const in map()
125 void* result = gl.mapBuffer(m_target, access); in map()
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h1021 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1126 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h1021 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1126 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h1002 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1107 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
/third_party/rust/crates/nix/src/
H A Dunistd.rs502 /// Creates new directory `path` with access rights `mode`. (see [mkdir(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdir.html))
537 /// Creates new fifo special file (named pipe) with path `path` and access rights `mode`.
576 /// Creates new fifo special file (named pipe) with path `path` and access rights `mode`.
1624 /// Calculate the supplementary group access list.
1687 /// Initialize the supplementary group access list.
2887 /// Options for access()
2905 /// See [access(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html)
2906 pub fn access<P: ?Sized + NixPath>(path: &P, amode: AccessFlags) -> Result<()> { in access() functions
2909 libc::access(cst in access()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp679 const tcu::PixelBufferAccess access (format, texelCount, 1, 1, buffer);
691 access.setPixel(color, texelNdx, 0, 0);
H A Des31fSSBOLayoutCase.cpp1987 vector<void*> mapBuffers (const glw::Functions& gl, const vector<Buffer>& buffers, deUint32 access) in mapBuffers() argument
1998 mapPtrs[ndx] = gl.mapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, buffers[ndx].size, access); in mapBuffers()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c141 if (access(ctrl_iface_dir, F_OK) < 0) { in wpa_cli_open_connection()
149 access(client_socket_dir, F_OK) < 0) { in wpa_cli_open_connection()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c150 if (access(ctrl_iface_dir, F_OK) < 0) { in wpa_cli_open_connection()
158 access(client_socket_dir, F_OK) < 0) { in wpa_cli_open_connection()
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_database.cpp1184 if (access(restorePath.c_str(), F_OK) != 0) { in DestroyInstanceAndRestore()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c1581 count = access(string, F_OK); in parse_line()
1582 dbg("access(%s) = %i (%s)", string, count, value); in parse_line()
/third_party/curl/lib/
H A Dmime.c1415 if(stat(filename, &sbuf) || access(filename, R_OK)) in curl_mime_filedata()
1773 /* Be sure we won't access old headers later. */ in Curl_mime_prepare_headers()
/third_party/gn/src/gn/
H A Dvariables.cc32 This is value is exposed so that cross-compile toolchains can access the host
52 This value is exposed so that cross-compiles can access the host build
566 allow actions that run compiler or compiler-like tools to access the results
709 application extension has access to runtime resources from the application
/third_party/libsnd/src/
H A Dcommon.c1833 if (tmpdir && access (tmpdir, R_OK | W_OK | X_OK) == 0) in psf_open_tmpfile()
/third_party/libuv/src/unix/
H A Dfs.c1585 X(ACCESS, access(req->path, req->flags)); in uv__fs_work()
H A Dcore.c1869 if (access(abspath, X_OK) == 0) { in uv__search_path()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ray_queries.c370 nir_build_load_global(b, 1, 32, accel_struct, .access = ACCESS_NON_WRITEABLE, in lower_rq_initialize()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1405 virgl_encoder_write_dword(ctx->cbuf, images[i].access); in virgl_encode_set_shader_images()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c167 .access = ACCESS_NON_READABLE); in blorp_params_get_clear_kernel_cs()
566 * accessing tiled memory. Using this Message Type to access linear in blorp_clear()
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc1199 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in on_response_headers()
/third_party/node/
H A Dconfigure.py1690 if not os.access(options.download_path, os.W_OK):
H A DMakefile1488 $(info To install (requires internet access) run: $$ make format-cpp-build)

Completed in 90 milliseconds

1...<<41424344454647