Searched defs:attribs (Results 1 - 25 of 94) sorted by relevance

1234

/external/deqp/framework/delibs/decpp/
H A DdeMutex.cpp40 deMutexAttributes attribs; local
41 deMemset(&attribs, 0, sizeof(attribs));
42 attribs.flags = flags;
44 m_mutex = deMutex_create(&attribs);
H A DdeSemaphore.cpp39 deSemaphoreAttributes attribs; local
40 deMemset(&attribs, 0, sizeof(attribs));
41 attribs.flags = flags;
43 m_semaphore = deSemaphore_create(initialValue, &attribs);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_vertex.c44 const struct pipe_vertex_element *attribs)
51 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
42 llvmpipe_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) argument
H A Dlp_bld_interp.h101 LLVMValueRef attribs[1 + PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS]; member in struct:lp_build_interp_soa_context
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_vertex.c45 const struct pipe_vertex_element *attribs)
52 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
43 softpipe_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) argument
/external/deqp/framework/egl/
H A DegluStrUtil.hpp55 const int* attribs; member in struct:eglu::ConfigAttribListFmt
56 ConfigAttribListFmt (const int* attribs_) : attribs(attribs_) {}
61 const int* attribs; member in struct:eglu::SurfaceAttribListFmt
62 SurfaceAttribListFmt (const int* attribs_) : attribs(attribs_) {}
67 const int* attribs; member in struct:eglu::ContextAttribListFmt
68 ContextAttribListFmt (const int* attribs_) : attribs(attribs_) {}
80 inline ConfigAttribListFmt getConfigAttribListStr (const int* attribs) { return ConfigAttribListFmt(attribs); } argument
83 inline SurfaceAttribListFmt getSurfaceAttribListStr (const int* attribs) { return SurfaceAttribListFmt(attribs); } argument
86 getContextAttribListStr(const int* attribs) argument
[all...]
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.cpp68 const uint32_t *attribs,
72 (void) attribs;
64 indirect_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
H A Dfake_glx_screen.h122 const uint32_t *attribs,
127 (void) attribs;
118 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc46 EGLint attribs[] = { local
70 eglChooseConfig(display_, attribs, &config_, 1, &num_configs);
109 EGLint attribs[] = { local
115 return eglCreateContext(display_, config_, NULL, attribs);
/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.cpp69 qpXmlAttribute attribs[2]; local
71 attribs[numAttribs++] = qpSetStringAttrib("PackageName", node->getName());
72 attribs[numAttribs++] = qpSetStringAttrib("Description", node->getDescription());
73 DE_ASSERT(numAttribs <= DE_LENGTH_OF_ARRAY(attribs));
76 !qpXmlWriter_startElement(writer, "TestCaseList", numAttribs, attribs))
95 qpXmlAttribute attribs[3]; local
98 attribs[numAttribs++] = qpSetStringAttrib("Name", caseName.c_str());
99 attribs[numAttribs++] = qpSetStringAttrib("CaseType", getNodeTypeName(nodeType));
100 attribs[numAttribs++] = qpSetStringAttrib("Description", description.c_str());
101 DE_ASSERT(numAttribs <= DE_LENGTH_OF_ARRAY(attribs));
[all...]
/external/deqp/modules/egl/
H A DteglMutableRenderBufferTests.cpp104 const EGLint attribs[] = local
127 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribs);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c248 const struct pipe_vertex_element *attribs)
257 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
246 svga_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) argument
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri_context.c57 struct st_context_attribs attribs; local
75 memset(&attribs, 0, sizeof(attribs));
78 attribs.profile = ST_PROFILE_OPENGL_ES1;
81 attribs.profile = ST_PROFILE_OPENGL_ES2;
85 attribs.profile = api == API_OPENGL_COMPAT ? ST_PROFILE_DEFAULT
87 attribs.major = major_version;
88 attribs.minor = minor_version;
91 attribs.flags |= ST_CONTEXT_FLAG_FORWARD_COMPATIBLE;
99 attribs
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DUrlTextExample.java65 public void openTag(String elementName, List<String> attribs) { argument
66 underlying.openTag(elementName, attribs);
70 if (!attribs.isEmpty()) {
80 for (int i = 0, n = attribs.size(); i < n; i += 2) {
81 if (urlAttrName.equals(attribs.get(i))) {
82 String url = attribs.get(i+1).trim();
/external/skia/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp73 int attribs[] = { local
78 fGLContext = createContextAttribs(fDisplay, *fFBConfig, nullptr, True, attribs);
/external/skqp/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp73 int attribs[] = { local
78 fGLContext = createContextAttribs(fDisplay, *fFBConfig, nullptr, True, attribs);
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp117 const CGLPixelFormatAttribute attribs[] = local
127 if (CGLChoosePixelFormat(&attribs[0], &pixelFormat, &numVScreens) != kCGLNoError)
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java63 attributes = Collections.unmodifiableMap(attributesSnapshot.attribs);
119 final Map<Attribute, Object> attribs = new EnumMap<>(Attribute.class); field in class:ViewElement.AttributesSnapshot
148 attribs.put(Attribute.SELECTION_START, textView.getSelectionStart());
149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd());
167 attribs.put(key, value);
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
H A DUiAutomationElement.java75 Map<Attribute, Object> attribs = new EnumMap<Attribute, Object>(Attribute.class);
76 put(attribs, Attribute.PACKAGE, charSequenceToString(node.getPackageName()));
77 put(attribs, Attribute.CLASS, charSequenceToString(node.getClassName()));
78 put(attribs, Attribute.TEXT, charSequenceToString(node.getText()));
79 put(attribs, Attribute.CONTENT_DESC, charSequenceToString(node.getContentDescription()));
80 put(attribs, Attribute.RESOURCE_ID, charSequenceToString(node.getViewIdResourceName()));
81 put(attribs, Attribute.CHECKABLE, node.isCheckable());
82 put(attribs, Attribute.CHECKED, node.isChecked());
83 put(attribs, Attribute.CLICKABLE, node.isClickable());
84 put(attribs, Attribut
106 put(Map<Attribute, Object> attribs, Attribute key, Object value) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c124 static const EGLint attribs[] = { local
131 ctx = eglCreateContext(egl_dpy, cfg, EGL_NO_CONTEXT, attribs);
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp152 struct st_context_attribs attribs; local
153 memset(&attribs, 0, sizeof(attribs));
154 attribs.options.force_glsl_extensions_warn = false;
155 attribs.profile = ST_PROFILE_DEFAULT;
156 attribs.visual = *context->stVisual;
157 attribs.major = 1;
158 attribs.minor = 0;
159 //attribs.flags |= ST_CONTEXT_FLAG_DEBUG;
164 &attribs,
[all...]
/external/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp33 static constexpr EGLint attribs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, kType, EGL_NONE}; local
34 return eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, hdc, attribs);
/external/skqp/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp33 static constexpr EGLint attribs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, kType, EGL_NONE}; local
34 return eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, hdc, attribs);
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c71 const EGLint attribs[] = { local
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java79 this.attribs = new HashMap<String, String>();
309 this.attribs.put(name, value);
313 return this.attribs.get(name);
317 return this.attribs.get(name) != null;
323 clone.attribs = new HashMap<String, String>(this.attribs);
357 private Map<String, String> attribs; field in class:BasicClientCookie

Completed in 599 milliseconds

1234