Searched defs:attribs (Results 1 - 25 of 84) 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.c43 const struct pipe_vertex_element *attribs)
50 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
41 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.c44 const struct pipe_vertex_element *attribs)
51 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
42 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/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c91 const struct pipe_vertex_element *attribs)
98 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
89 svga_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) 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/glx/tests/
H A Dfake_glx_screen.h95 const uint32_t *attribs,
100 (void) attribs;
139 const uint32_t *attribs,
144 (void) attribs;
91 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
135 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/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/viewer/sk_app/unix/
H A DGLWindowContext_unix.cpp71 int attribs[] = { local
76 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/state_trackers/dri/common/
H A Ddri_context.c73 struct st_context_attribs attribs; local
76 memset(&attribs, 0, sizeof(attribs));
79 attribs.profile = ST_PROFILE_OPENGL_ES1;
82 attribs.profile = ST_PROFILE_OPENGL_ES2;
85 attribs.profile = ST_PROFILE_DEFAULT;
86 attribs.major = major_version;
87 attribs.minor = minor_version;
90 attribs.flags |= ST_CONTEXT_FLAG_DEBUG;
93 attribs
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_context.c73 struct st_context_attribs attribs; local
76 memset(&attribs, 0, sizeof(attribs));
79 attribs.profile = ST_PROFILE_OPENGL_ES1;
82 attribs.profile = ST_PROFILE_OPENGL_ES2;
85 attribs.profile = ST_PROFILE_DEFAULT;
86 attribs.major = major_version;
87 attribs.minor = minor_version;
90 attribs.flags |= ST_CONTEXT_FLAG_DEBUG;
93 attribs
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_context.c73 struct st_context_attribs attribs; local
76 memset(&attribs, 0, sizeof(attribs));
79 attribs.profile = ST_PROFILE_OPENGL_ES1;
82 attribs.profile = ST_PROFILE_OPENGL_ES2;
85 attribs.profile = ST_PROFILE_DEFAULT;
86 attribs.major = major_version;
87 attribs.minor = minor_version;
90 attribs.flags |= ST_CONTEXT_FLAG_DEBUG;
93 attribs
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c68 const EGLint *attribs)
76 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
134 _EGLImage *img, const EGLint *attribs)
144 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
188 _EGLImage *img, const EGLint *attribs)
226 const EGLint *attribs)
251 (EGLint) pointer_to_intptr(buffer), &gimg->base, attribs);
257 (struct wl_buffer *) buffer, &gimg->base, attribs);
310 const EGLint *attribs)
327 ptex = egl_g3d_create_drm_buffer(dpy, &gimg->base, attribs);
67 egl_g3d_create_drm_buffer(_EGLDisplay *dpy, _EGLImage *img, const EGLint *attribs) argument
133 egl_g3d_reference_drm_buffer(_EGLDisplay *dpy, EGLint name, _EGLImage *img, const EGLint *attribs) argument
187 egl_g3d_reference_wl_buffer(_EGLDisplay *dpy, struct wl_buffer *buffer, _EGLImage *img, const EGLint *attribs) argument
224 egl_g3d_create_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attribs) argument
309 egl_g3d_create_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attribs) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.c165 const struct st_context_attribs *attribs,
173 if (!(stapi->profile_mask & (1 << attribs->profile))) {
179 if (attribs->major > 1 || (attribs->major == 1 && attribs->minor > 0)) {
164 vg_api_create_context(struct st_api *stapi, struct st_manager *smapi, const struct st_context_attribs *attribs, enum st_context_error *error, struct st_context_iface *shared_stctxi) argument
/external/v8/src/runtime/
H A Druntime-classes.cc138 PropertyAttributes attribs = local
143 prototype, 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
/external/deqp/framework/qphelper/
H A DqpXmlWriter.c199 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs) argument
209 const qpXmlAttribute* attrib = &attribs[ndx];

Completed in 1742 milliseconds

1234