/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.cpp | 1821 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 D | Context_gl.cpp | 3375 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 D | validationES2.cpp | 2952 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 D | glcViewportArrayTests.cpp | 114 * @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 D | gl3.h | 1021 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 D | gl3.h | 1021 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 D | gl3.h | 1002 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 D | unistd.rs | 502 /// 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 D | es31fCopyImageTests.cpp | 679 const tcu::PixelBufferAccess access (format, texelCount, 1, 1, buffer); 691 access.setPixel(color, texelNdx, 0, 0);
|
H A D | es31fSSBOLayoutCase.cpp | 1987 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 D | wpa_cli.c | 141 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 D | wpa_cli.c | 150 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 D | contacts_database.cpp | 1184 if (access(restorePath.c_str(), F_OK) != 0) { in DestroyInstanceAndRestore()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 1581 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 D | mime.c | 1415 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 D | variables.cc | 32 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 D | common.c | 1833 if (tmpdir && access (tmpdir, R_OK | W_OK | X_OK) == 0) in psf_open_tmpfile()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1585 X(ACCESS, access(req->path, req->flags)); in uv__fs_work()
|
H A D | core.c | 1869 if (access(abspath, X_OK) == 0) { in uv__search_path()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ray_queries.c | 370 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 D | virgl_encode.c | 1405 virgl_encoder_write_dword(ctx->cbuf, images[i].access); in virgl_encode_set_shader_images()
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_clear.c | 167 .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 D | shrpx_http2_session.cc | 1199 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in on_response_headers()
|
/third_party/node/ |
H A D | configure.py | 1690 if not os.access(options.download_path, os.W_OK):
|
H A D | Makefile | 1488 $(info To install (requires internet access) run: $$ make format-cpp-build)
|