Searched defs:access (Results 126 - 150 of 263) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c84 int access, int x, int y, int w, int h)
92 if (!(access & GL_MAP_READ_BIT) &&
115 if (access & GL_MAP_READ_BIT)
117 if (access & GL_MAP_WRITE_BIT)
83 nouveau_teximage_map(struct gl_context *ctx, struct gl_texture_image *ti, int access, int x, int y, int w, int h) argument
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp103 const GrTextureAccess& access = effect->textureAccess(t); local
104 uint32_t configComponentMask = GrPixelConfigComponentMask(access.getTexture()->config());
105 if (swizzle_requires_alpha_remapping(caps, configComponentMask, access.swizzleMask())) {
H A DGrGLCreateNullInterface.cpp240 GrGLsizeiptr length, GrGLbitfield access) {
262 GrGLvoid* GR_GL_FUNCTION_TYPE nullGLMapBuffer(GrGLenum target, GrGLenum access) { argument
239 nullGLMapBufferRange(GrGLenum target, GrGLintptr offset, GrGLsizeiptr length, GrGLbitfield access) argument
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py274 def access(self, path, _): member in class:OsModuleStub
/external/chromium_org/v8/src/compiler/
H A Djs-generic-lowering.cc332 ContextAccess access = OpParameter<ContextAccess>(node); local
335 for (int i = 0; i < access.depth(); ++i) {
343 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
349 ContextAccess access = OpParameter<ContextAccess>(node); local
352 for (int i = 0; i < access.depth(); ++i) {
361 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
H A Dsimplified-lowering.cc579 FieldAccess access = FieldAccessOf(node->op()); local
580 ProcessInput(node, 0, changer_->TypeForBasePointer(access));
582 SetOutput(node, AssumeImplicitFloat32Change(access.machine_type));
587 FieldAccess access = FieldAccessOf(node->op()); local
588 ProcessInput(node, 0, changer_->TypeForBasePointer(access));
589 ProcessInput(node, 1, AssumeImplicitFloat32Change(access.machine_type));
596 ElementAccess access = ElementAccessOf(node->op()); local
597 ProcessInput(node, 0, changer_->TypeForBasePointer(access));
601 SetOutput(node, AssumeImplicitFloat32Change(access.machine_type));
606 ElementAccess access local
838 const FieldAccess& access = FieldAccessOf(node->op()); local
846 const FieldAccess& access = FieldAccessOf(node->op()); local
856 ComputeIndex(const ElementAccess& access, Node* index) argument
871 const ElementAccess& access = ElementAccessOf(node->op()); local
879 const ElementAccess& access = ElementAccessOf(node->op()); local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-load-elimination.cc52 FieldOf(l->access()),
66 FieldOf(s->access()),
203 DCHECK(!instr->access().IsInobject() ||
204 instr->access().existing_inobject_property());
206 int field = FieldOf(instr->access());
230 if (instr->access().IsInobject() &&
231 !instr->access().existing_inobject_property()) {
236 int field = FieldOf(instr->access());
278 int field = FieldOf(s->access());
288 HObjectAccess access local
397 FieldOf(HObjectAccess access) argument
[all...]
/external/deqp/framework/opengl/
H A DgluTexture.cpp96 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
97 gl.texImage1D(GL_TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
179 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
181 gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access
382 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); local
501 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
560 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
620 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
680 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
[all...]
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp104 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); local
105 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec());
375 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), local
378 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec());
/external/fonttools/Lib/fontTools/misc/
H A DpsOperators.py10 access = 0 variable in class:ps_object
62 access = _accessstrings[item.access]
63 if access:
64 access = ' ' + access
66 psstring = psstring + ' ' + str(item) + access
68 psstring = psstring + str(item) + access
106 access = _accessstrings[value.access]
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DpsOperators.py10 access = 0 variable in class:ps_object
62 access = _accessstrings[item.access]
63 if access:
64 access = ' ' + access
66 psstring = psstring + ' ' + str(item) + access
68 psstring = psstring + str(item) + access
106 access = _accessstrings[value.access]
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c284 GLbitfield access, struct gl_buffer_object *obj)
296 obj->AccessFlags = access;
300 (access & (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)) == GL_MAP_READ_BIT;
319 /* If the access is synchronized (like a normal buffer mapping), then get
327 if (!(access & GL_MAP_UNSYNCHRONIZED_BIT)) {
329 if (access & GL_MAP_INVALIDATE_BUFFER_BIT) {
336 (access & GL_MAP_INVALIDATE_BUFFER_BIT)) {
347 if ((access & GL_MAP_INVALIDATE_RANGE_BIT) &&
349 if (access & GL_MAP_FLUSH_EXPLICIT_BIT) {
356 if (!(access
282 intel_bufferobj_map_range(struct gl_context * ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c284 GLbitfield access, struct gl_buffer_object *obj)
296 obj->AccessFlags = access;
300 (access & (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)) == GL_MAP_READ_BIT;
319 /* If the access is synchronized (like a normal buffer mapping), then get
327 if (!(access & GL_MAP_UNSYNCHRONIZED_BIT)) {
329 if (access & GL_MAP_INVALIDATE_BUFFER_BIT) {
336 (access & GL_MAP_INVALIDATE_BUFFER_BIT)) {
347 if ((access & GL_MAP_INVALIDATE_RANGE_BIT) &&
349 if (access & GL_MAP_FLUSH_EXPLICIT_BIT) {
356 if (!(access
282 intel_bufferobj_map_range(struct gl_context * ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.c284 GLbitfield access, struct gl_buffer_object *obj)
296 obj->AccessFlags = access;
300 (access & (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)) == GL_MAP_READ_BIT;
319 /* If the access is synchronized (like a normal buffer mapping), then get
327 if (!(access & GL_MAP_UNSYNCHRONIZED_BIT)) {
329 if (access & GL_MAP_INVALIDATE_BUFFER_BIT) {
336 (access & GL_MAP_INVALIDATE_BUFFER_BIT)) {
347 if ((access & GL_MAP_INVALIDATE_RANGE_BIT) &&
349 if (access & GL_MAP_FLUSH_EXPLICIT_BIT) {
356 if (!(access
282 intel_bufferobj_map_range(struct gl_context * ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h103 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
106 bo, offset, access | NOUVEAU_BO_LOW, 0, 0);
112 struct nouveau_bo *bo, uint32_t data, uint32_t access,
116 bo, data, access | NOUVEAU_BO_OR, vor, tor);
126 struct nouveau_bo *bo, uint32_t data, uint32_t access,
130 bo, data, access | NOUVEAU_BO_OR, vor, tor);
132 if (access & NOUVEAU_BO_LOW)
135 if (access & NOUVEAU_BO_OR) {
102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t offset, uint32_t access) argument
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
H A Dnouveau_texture.c84 int access, int x, int y, int w, int h)
92 if (!(access & GL_MAP_READ_BIT) &&
115 if (access & GL_MAP_READ_BIT)
117 if (access & GL_MAP_WRITE_BIT)
83 nouveau_teximage_map(struct gl_context *ctx, struct gl_texture_image *ti, int access, int x, int y, int w, int h) argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DMethodNode.java52 * The method's access flags (see {@link Opcodes}). This field also
55 public int access; field in class:MethodNode
152 * @param access the method's access flags (see {@link Opcodes}). This
163 final int access,
170 this.access = access;
177 boolean isAbstract = (access & Opcodes.ACC_ABSTRACT) != 0;
406 MethodVisitor mv = cv.visitMethod(access,
162 MethodNode( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h136 vector<bool> access, coaccess; local
138 SccVisitor<Arc> scc_visitor(&scc, &access, &coaccess, &props);
153 if (access[s])
157 if (access[s] && coaccess[s])
/external/chromium_org/base/win/
H A Dregistry.cc32 // Mask to pull WOW64 access flags out of REGSAM access.
51 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) argument
56 if (access & (KEY_SET_VALUE | KEY_CREATE_SUB_KEY | KEY_CREATE_LINK))
57 Create(rootkey, subkey, access);
59 Open(rootkey, subkey, access);
62 wow64access_ = access & kWow64AccessMask;
70 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { argument
72 return CreateWithDisposition(rootkey, subkey, &disposition_value, access);
76 DWORD* disposition, REGSAM access) {
75 CreateWithDisposition(HKEY rootkey, const wchar_t* subkey, DWORD* disposition, REGSAM access) argument
91 CreateKey(const wchar_t* name, REGSAM access) argument
114 Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) argument
128 OpenKey(const wchar_t* relative_key_name, REGSAM access) argument
429 RegDelRecurse(HKEY root_key, const std::wstring& name, REGSAM access) argument
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc59 // Opens the key named |sub_key| with given |access| rights. Returns
61 LONG Open(HKEY key, const wchar_t* sub_key, REGSAM access);
88 LONG RegKey::Open(HKEY key, const wchar_t* sub_key, REGSAM access) { argument
90 return ::RegOpenKeyEx(key, sub_key, NULL, access, &key_);
145 bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access, argument
152 access | KEY_WOW64_32KEY) == ERROR_SUCCESS);
/external/chromium_org/content/common/
H A Dsandbox_win.cc113 // Adds the policy rules for the path and path\ with the semantic |access|.
117 sandbox::TargetPolicy::Semantics access,
127 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES, access,
137 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES, access,
145 // Adds the policy rules for the path and path\* with the semantic |access|.
148 sandbox::TargetPolicy::Semantics access,
151 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_REGISTRY, access,
157 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_REGISTRY, access,
461 // Duplicate the handle so we get the final access mask.
796 // Finally, see if we already have access t
116 AddDirectory(int path, const wchar_t* sub_dir, bool children, sandbox::TargetPolicy::Semantics access, sandbox::TargetPolicy* policy) argument
147 AddKeyAndSubkeys(std::wstring key, sandbox::TargetPolicy::Semantics access, sandbox::TargetPolicy* policy) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp628 * partial-data-library access functions where each returns a pointer
679 * access functions.
1374 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) argument
1376 gDataFileAccess = access;
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp626 GrGLsizeiptr length, GrGLbitfield access) {
630 // We only expect read access and we expect that the buffer or range is always invalidated.
631 GrAlwaysAssert(!SkToBool(GR_GL_MAP_READ_BIT & access));
632 GrAlwaysAssert((GR_GL_MAP_INVALIDATE_BUFFER_BIT | GR_GL_MAP_INVALIDATE_RANGE_BIT) & access);
658 GrGLvoid* GR_GL_FUNCTION_TYPE debugGLMapBuffer(GrGLenum target, GrGLenum access) { argument
659 GrAlwaysAssert(GR_GL_WRITE_ONLY == access);
679 // TODO: check if the "access" method from "glMapBuffer" was honored
806 // a "this" pointer through which to access "fWrapped"
807 // This could be worked around by having all of them access the
625 debugGLMapBufferRange(GrGLenum target, GrGLintptr offset, GrGLsizeiptr length, GrGLbitfield access) argument
/external/deqp/framework/common/
H A DtcuTestLog.cpp58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, qpImageCompressionMode compression) argument
61 , m_access (access)
66 computePixelScaleBias(access, m_scale, m_bias);
166 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& access, const Vec4& pixelScale, const Vec4& pixelBias, qpImageCompressionMode compressionMode) argument
168 const TextureFormat& format = access.getFormat();
169 int width = access.getWidth();
170 int height = access.getHeight();
171 int depth = access.getDepth();
184 width, height, access.getRowPitch(), access
[all...]
H A DtcuTestLog.hpp254 LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, qpImageCompressionMode compression = QP_IMAGE_COMPRESSION_MODE_BEST);
256 LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, const Vec4& scale, const Vec4& bias, qpImageCompressionMode compression = QP_IMAGE_COMPRESSION_MODE_BEST) argument
259 , m_access (access)

Completed in 444 milliseconds

1234567891011