Home
last modified time | relevance | path

Searched +defs:access +defs:size (Results 1 – 25 of 1619) sorted by relevance

12345678910>>...65

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp237 VkDeviceSize size, in GetMemoryTypeIndex()
287 vk::CommandBufferAccess access; in CopyBuffers() local
422 size_t size, in setExternalBufferData()
446 size_t size, in setDataWithUsageFlags()
493 size_t size, in setData()
506 size_t size, in setDataWithMemoryType()
572 size_t size, in setSubData()
589 GLsizeiptr size) in copySubData()
608 VkDeviceSize size, in allocStagingBuffer()
636 VkDeviceSize size) in flushStagingBuffer()
[all …]
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DArrayParameter.cpp136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet, in access() function in CArrayParameter
143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet, in access() function in CArrayParameter
150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet, in access() function in CArrayParameter
157 bool CArrayParameter::access(std::vector<double> &adValues, bool bSet, in access() function in CArrayParameter
164 bool CArrayParameter::access(std::vector<string> &astrValues, bool bSet, in access() function in CArrayParameter
189 size_t size = getSize(); in setDefaultValues() local
271 size_t size = getSize(); in setValues() local
294 size_t size = getSize(); in getValues() local
356 size_t size = getSize(); in setValues() local
380 size_t size = getSize(); in getValues() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dbufferobj.c80 GLsizeiptrARB size, in _mesa_bufferobj_subdata()
128 GLsizeiptrARB size, in bufferobj_get_subdata()
151 GLsizeiptrARB size, in _mesa_bufferobj_get_subdata()
262 GLsizeiptrARB size, in bufferobj_data()
394 GLsizeiptrARB size, in _mesa_bufferobj_data()
406 GLsizeiptrARB size, in bufferobj_data_mem()
420 _mesa_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer) in _mesa_access_flags_to_transfer_flags()
471 GLintptr offset, GLsizeiptr length, GLbitfield access, in _mesa_bufferobj_map_range()
568 GLsizeiptr size) in bufferobj_copy_subdata()
589 GLintptr offset, GLsizeiptr size, in clear_buffer_subdata_sw()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kotlin_headers/
Dservices.permission-pre-jarjar.jar ... permission/ com/android/server/permission/access/ com/android/server/permission/access ...
/aosp_15_r20/external/cronet/base/win/
H A Dregistry.cc111 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in RegKey()
144 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create()
152 REGSAM access) { in CreateWithDisposition()
167 LONG RegKey::CreateKey(const wchar_t* name, REGSAM access) { in CreateKey()
197 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
201 LONG RegKey::OpenKey(const wchar_t* relative_key_name, REGSAM access) { in OpenKey()
322 DWORD size = sizeof(DWORD); in ReadValueDW() local
340 DWORD size = sizeof(local_value); in ReadInt64() local
359 DWORD type = REG_SZ, size = sizeof(raw_value); in ReadValue() local
398 DWORD size = 0; in ReadValues() local
[all …]
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/4.5.0/
Ddisklrucache-4.5.0.jar ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/4.8.0/
Ddisklrucache-4.8.0.jar ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ...
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTexture.cpp96 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
182 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
321 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
361 TextureCube::TextureCube(const RenderContext &context, uint32_t format, uint32_t dataType, int size) in TextureCube()
373 TextureCube::TextureCube(const RenderContext &context, uint32_t internalFormat, int size) in TextureCube()
411 … tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); in upload() local
534 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
626 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
748 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
791 …Array::TextureCubeArray(const RenderContext &context, uint32_t format, uint32_t dataType, int size, in TextureCubeArray()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp44 GLsizeiptr size, in CalculateConstantBufferParams()
70 D3D11_MAP GetD3DMapTypeFromBits(BufferUsage usage, GLbitfield access) in GetD3DMapTypeFromBits()
338 size_t size, in setData()
367 size_t size, in setSubData()
437 GLsizeiptr size) in copySubData()
497 angle::Result Buffer11::map(const gl::Context *context, GLenum access, void **mapPtr) in map()
508 GLbitfield access, in mapRange()
664 GLsizeiptr size, in getConstantBufferRange()
702 GLsizeiptr size, in getRawUAVRange()
799 GLsizeiptr size, in getConstantBufferRangeStorage()
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design/flexbox-nodeps/android_common/aar/
Dflexbox-nodeps.jarcom/google/android/flexbox/AlignContent.class AlignContent.java package com.google. ...
Dclasses.jarcom/google/android/flexbox/AlignContent.class AlignContent.java package com.google. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/adb/fastdeploy/deployagent_lib/android_common/javac/
Ddeployagent_lib.jar ... ) static synthetic com.android.fastdeploy.APKDump access$000 () static synthetic void access$100 ...
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DControlFlow.java80 int size = basicBlocks.length; in ControlFlow() local
150 int size = basicBlocks.length; in dominatorTree() local
162 Access access = new Access(nodes) { in dominatorTree() local
198 int size = basicBlocks.length; in postDominatorTree() local
210 Access access = new Access(nodes) { in postDominatorTree() local
402 … int makeDepth1stTree(Node caller, boolean[] visited, int counter, int[] distance, Access access) { in makeDepth1stTree()
420 boolean makeDominatorTree(boolean[] visited, int[] distance, Access access) { in makeDominatorTree()
465 int size = all.length; in setChildren() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-disklrucache-prebuilt/android_common/aar/
Dglide-disklrucache-prebuilt.jar ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ...
Dclasses.jar ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-disklrucache-prebuilt/android_common_apex30/aar/
Dclasses.jar ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ...
Dglide-disklrucache-prebuilt.jar ... .bumptech.glide.disklrucache.DiskLruCache$Entry access$1500 (com.bumptech.glide.disklrucache ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
HDokhttp-2.7.4.jar ... public okio.Sink body () static synthetic boolean access$700 (com.squareup.okhttp.Cache ...
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLBuffer.cpp43 size_t size, in Make()
115 size_t size, in GrGLBuffer()
210 GrGLenum access = type == MapType::kRead ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY; in onMap() local
216 GrGLbitfield access; in onMap() local
230 GrGLenum access = type == MapType::kRead ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY; in onMap() local
274 bool GrGLBuffer::onUpdateData(const void* src, size_t offset, size_t size, bool preserve) { in onUpdateData()
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/glance/glance-appwidget-external-protobuf/1.2.0-alpha01/
HDglance-appwidget-external-protobuf-1.2.0-alpha01.jar ... .appwidget.protobuf.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom ( ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-external-protobuf/1.2.0-alpha01/androidx.datastore_datastore-preferences-external-protobuf/android_common/local-combined/
Dandroidx.datastore_datastore-preferences-external-protobuf.jar ... .preferences.protobuf.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom ( ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-external-protobuf/1.2.0-alpha01/
HDdatastore-preferences-external-protobuf-1.2.0-alpha01.jar ... .preferences.protobuf.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom ( ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/wear/protolayout/protolayout-external-protobuf/1.3.0-alpha04/
HDprotolayout-external-protobuf-1.3.0-alpha04.jar ... .protolayout.protobuf.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom ( ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-external-protobuf/1.1.0-alpha05/
HDhealth-services-client-external-protobuf-1.1.0-alpha05.jar ... .client.proto.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom ( ...
/aosp_15_r20/external/webrtc/rtc_base/win/
H A Dwindows_version.cc41 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey()
56 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create()
64 REGSAM access) { in CreateWithDisposition()
80 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
107 DWORD size = sizeof(DWORD); in ReadValueDW() local
127 DWORD type = REG_SZ, size = sizeof(raw_value); in ReadValue() local

12345678910>>...65