Home
last modified time | relevance | path

Searched refs:access (Results 976 - 1000 of 1148) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl32.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);
1417 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
1486 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h442 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
446 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1493 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1496 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2486 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2500 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h423 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
427 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1538 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1541 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2581 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2595 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp549 long StateValidate(GLboolean mapped, GLbitfield access, GLbitfield accessFlag, GLintptr offset, GLsizeiptr length) in StateValidate() argument
557 if (v != static_cast<int>(access)) in StateValidate()
560 << AccessToString(v) << ", expected: " << AccessToString(access); in StateValidate()
576 << BoolToString((GLboolean)v) << ", expected: " << BoolToString((GLboolean)access); in StateValidate()
809 std::string AccessToString(GLbitfield access) in AccessToString() argument
811 switch (access) in AccessToString()
820 throw std::runtime_error("Invalid access type!"); in AccessToString()
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h426 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
430 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1456 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1459 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2418 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2432 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h426 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
430 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1456 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1459 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2418 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2432 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h423 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
427 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1481 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1484 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2488 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2502 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/libuv/src/win/
H A Dwinapi.h4496 # define CTL_CODE(device_type, function, method, access) \
4497 (((device_type) << 16) | ((access) << 14) | ((function) << 2) | (method))
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c792 && access(fromname, F_OK) == 0 && !itsdir(fromname)) { in dolink()
878 accres = access(myname, F_OK); in itsdir()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1134 /* We don't want to evict buffers from VRAM by mapping them for CPU access, in resource_create()
1253 res->obj->access = 0; in add_resource_bind()
1849 res->obj->access = 0; in zink_buffer_map()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c295 BIO_printf(bio_err, "Can't access file descriptor %s\n", arg + 3); in app_get_pass()
2833 return access(name, flag); in app_access()
/third_party/node/deps/uv/src/win/
H A Dwinapi.h4496 # define CTL_CODE(device_type, function, method, access) \
4497 (((device_type) << 16) | ((access) << 14) | ((function) << 2) | (method))
/third_party/openssl/apps/lib/
H A Dapps.c295 BIO_printf(bio_err, "Can't access file descriptor %s\n", arg + 3); in app_get_pass()
2826 return access(name, flag); in app_access()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp369 std::vector<Vec2> ndcTransformEachSampleInPixel (const UVec2& framebufferSize, const deUint32 numSamplesPerPixel, const SampleAccessor& access) in ndcTransformEachSampleInPixel() argument
377 const Vec2& sp = access(x, y, sampleNdx); in ndcTransformEachSampleInPixel()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp43 GLenum access, in CaptureBindImageTexture()
53 paramBuffer.addEnumParam("access", GLenumGroup::BufferAccessARB, ParamType::TGLenum, access); in CaptureBindImageTexture()
36 CaptureBindImageTexture(const State &glState, bool isCallValid, GLuint unit, TextureID texturePacked, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) CaptureBindImageTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT_autogen.h1204 GLbitfield access);
2203 GLenum access);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp1125 GL_APICALL void *GL_APIENTRY glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) in glMapBufferRange() argument
1127 return gl::MapBufferRange(target, offset, length, access); in glMapBufferRange()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c791 && access(fromname, F_OK) == 0 && !itsdir(fromname)) { in dolink()
877 accres = access(myname, F_OK); in itsdir()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc2322 out << "float, access::sample"; in EmitType()
2324 out << "float, access::read"; in EmitType()
2331 if (storage->access() == ast::Access::kRead) { in EmitType()
2332 out << ", access::read"; in EmitType()
2333 } else if (storage->access() == ast::Access::kWrite) { in EmitType()
2334 out << ", access::write"; in EmitType()
2337 "Invalid access control for storage texture"); in EmitType()
2344 out << ", access::read"; in EmitType()
2349 out << ", access::sample"; in EmitType()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp76 VecArrayAccess<T, Size> access(dst); in fillRandomVectors()
78 access[offset + ndx] = tcu::randomVector<T, Size>(rnd, minValue, maxValue); in fillRandomVectors()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp367 std::vector<Vec2> ndcTransformEachSampleInPixel (const UVec2& framebufferSize, const deUint32 numSamplesPerPixel, const SampleAccessor& access) in ndcTransformEachSampleInPixel() argument
375 const Vec2& sp = access(x, y, sampleNdx); in ndcTransformEachSampleInPixel()
/third_party/eudev/src/udev/
H A Dudevd.c311 * access. External processes holding an exclusive lock will in worker_spawn()
1311 if (access(UDEV_ROOT_RUN "/udev/rules.d", F_OK) < 0) { in main()
/third_party/eudev/src/shared/
H A Dutil.c974 * first change the access mode and only then hand out in chmod_and_chown()
975 * ownership to avoid a window where access is too open. */ in chmod_and_chown()
1527 saved = access("/etc/initrd-release", F_OK) >= 0 && in in_initrd()
/third_party/ffmpeg/libavcodec/x86/
H A Dme_cmp.asm221 ; can simply call this 2x2x (and that's why we access rsp+gprsize
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c1017 spcm->access == SND_PCM_ACCESS_MMAP_NONINTERLEAVED) { in s16_enable()

Completed in 136 milliseconds

1...<<31323334353637383940>>...46