Searched refs:attribs (Results 1 - 25 of 126) sorted by relevance

123456

/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/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...]
H A DegluStrUtil.cpp155 int attrib = fmt.attribs[pos];
172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
195 int attrib = fmt.attribs[pos];
212 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
235 int attrib = fmt.attribs[pos];
252 str << attribName << ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]);
/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/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp85 spec.attribs.resize(2);
87 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
88 spec.attribs[0].outputType = gls::DrawTestSpec::OUTPUTTYPE_VEC2;
89 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
90 spec.attribs[0].usage = gls::DrawTestSpec::USAGE_STATIC_DRAW;
91 spec.attribs[0].componentCount = 4;
92 spec.attribs[0].offset = 0;
93 spec.attribs[0].stride = 0;
94 spec.attribs[0].normalize = false;
95 spec.attribs[
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DVertexDataManager.cpp121 const VertexAttributeArray &attribs = mContext->getVertexAttributes(); local
129 if(attribs[i].mArrayEnabled)
131 if(!attribs[i].mBoundBuffer)
133 mStreamingBuffer->addRequiredSpace(attribs[i].typeSize() * count);
146 if(attribs[i].mArrayEnabled)
148 Buffer *buffer = attribs[i].mBoundBuffer;
150 if(!buffer && attribs[i].mPointer == nullptr)
162 translated[i].offset = start * attribs[i].stride() + attribs[i].mOffset;
163 translated[i].stride = attribs[
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DVertexDataManager.cpp122 const VertexAttributeArray &attribs = mContext->getVertexAttributes(); local
127 if(attribs[i].mArrayEnabled)
129 if(!attribs[i].mBoundBuffer)
131 mStreamingBuffer->addRequiredSpace(attribs[i].typeSize() * count);
141 if(attribs[i].mArrayEnabled)
143 Buffer *buffer = attribs[i].mBoundBuffer;
145 if(!buffer && attribs[i].mPointer == nullptr)
157 translated[i].offset = start * attribs[i].stride() + attribs[i].mOffset;
158 translated[i].stride = attribs[
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.h37 const EGLint *attribs);
44 const EGLint *attribs);
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/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp116 spec.attribs.resize(2);
118 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
119 spec.attribs[0].outputType = gls::DrawTestSpec::OUTPUTTYPE_VEC2;
120 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
121 spec.attribs[0].usage = gls::DrawTestSpec::USAGE_STATIC_DRAW;
122 spec.attribs[0].componentCount = 4;
123 spec.attribs[0].offset = 0;
124 spec.attribs[0].stride = 0;
125 spec.attribs[0].normalize = false;
126 spec.attribs[
[all...]
/external/deqp/framework/qphelper/
H A DqpTestLog.c528 qpXmlAttribute attribs[8]; local
535 if (name) attribs[numAttribs++] = qpSetStringAttrib("Name", name);
536 if (description) attribs[numAttribs++] = qpSetStringAttrib("Description", description);
537 if (tagString) attribs[numAttribs++] = qpSetStringAttrib("Tag", tagString);
538 if (unit) attribs[numAttribs++] = qpSetStringAttrib("Unit", unit);
540 if (!qpXmlWriter_startElement(log->writer, elementName, numAttribs, attribs) ||
775 qpXmlAttribute attribs[4]; local
781 attribs[numAttribs++] = qpSetStringAttrib("Name", name);
783 attribs[numAttribs++] = qpSetStringAttrib("Description", description);
786 if (!qpXmlWriter_startElement(log->writer, "ImageSet", numAttribs, attribs))
849 qpXmlAttribute attribs[8]; local
1062 qpXmlAttribute attribs[4]; local
1114 qpXmlAttribute attribs[64]; local
1173 qpXmlAttribute attribs[2]; local
1270 qpXmlAttribute attribs[3]; local
1295 qpXmlAttribute attribs[2]; local
1338 qpXmlAttribute attribs[4]; local
[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/deqp/framework/platform/win32/
H A DtcuWGL.cpp267 int attribs[] = { WGL_NUMBER_PIXEL_FORMATS_ARB }; local
268 int values[DE_LENGTH_OF_ARRAY(attribs)];
270 if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))
308 int attribs [14]; local
309 int values [DE_LENGTH_OF_ARRAY(attribs)];
310 attribs[0] = WGL_DRAW_TO_WINDOW_ARB;
311 attribs[1] = WGL_DRAW_TO_BITMAP_ARB;
312 attribs[2] = WGL_ACCELERATION_ARB;
313 attribs[
[all...]
/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/modules/gles2/stress/
H A Des2sDrawTests.cpp58 spec.attribs.resize(2);
60 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
61 spec.attribs[0].outputType = gls::DrawTestSpec::OUTPUTTYPE_VEC2;
62 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
63 spec.attribs[0].usage = gls::DrawTestSpec::USAGE_STATIC_DRAW;
64 spec.attribs[0].componentCount = 4;
65 spec.attribs[0].offset = 0;
66 spec.attribs[0].stride = 0;
67 spec.attribs[0].normalize = false;
68 spec.attribs[
[all...]
/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/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/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/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
/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/mesa3d/src/glx/
H A Ddri_common.h73 dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *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

Completed in 469 milliseconds

123456