HomeSort by relevance Sort by last modified time
    Searched refs:attrib (Results 76 - 100 of 436) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 68 public Attribute findNext(Attribute attrib) {
75 if (att == attrib) {
83 String name = attrib.getName();
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 68 public Attribute findNext(Attribute attrib) {
75 if (att == attrib) {
83 String name = attrib.getName();
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 331 VAConfigAttrib attrib[2]; local
338 attrib[0].type = VAConfigAttribRTFormat;
339 attrib[0].value = VA_RT_FORMAT_YUV420;
340 attrib[1].type = VAConfigAttribDecSliceMode;
341 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
343 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
345 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE)
348 attrib[1].value = VA_DEC_SLICE_MODE_BASE;
349 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) {
351 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 315 VAConfigAttrib attrib[2]; local
322 attrib[0].type = VAConfigAttribRTFormat;
323 attrib[0].value = VA_RT_FORMAT_YUV420;
324 attrib[1].type = VAConfigAttribDecSliceMode;
325 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
327 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
329 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE)
332 attrib[1].value = VA_DEC_SLICE_MODE_BASE;
333 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) {
335 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.h 124 // The index of this attrib.
202 VertexAttrib* attrib = GetVertexAttrib(index); local
203 if (attrib) {
204 if (attrib->type() == GL_FIXED) {
210 attrib->SetInfo(
216 VertexAttrib* attrib = GetVertexAttrib(index); local
217 if (attrib) {
218 attrib->SetDivisor(divisor);
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 192 * the parameter {@code attrib}.
194 * @param attrib
198 public Attributes(Attributes attrib) {
199 map = (Map<Object, Object>) ((HashMap) attrib.map).clone();
305 * @param attrib
309 public void putAll(Map<?, ?> attrib) {
310 if (attrib == null) {
311 throw new NullPointerException("attrib == null");
314 if (!(attrib instanceof Attributes)) {
315 throw new ClassCastException(attrib.getClass().getName() + " not an Attributes")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 40 float tmp = (V)->attrib[FRAG_ATTRIB_WPOS][0] \
41 + (V)->attrib[FRAG_ATTRIB_WPOS][1]; \
96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
150 r = vert->attrib[attr][0];
152 r = vert->attrib[attr][2];
183 /* use vertex's texcoord/attrib */
184 COPY_4V(span.attrStart[attr], vert->attrib[attr]);
192 const GLfloat x = vert->attrib[FRAG_ATTRIB_WPOS][0];
193 const GLfloat y = vert->attrib[FRAG_ATTRIB_WPOS][1]
    [all...]
s_aalinetemp.h 84 /* non-texture attrib */
115 line.x0 = v0->attrib[FRAG_ATTRIB_WPOS][0];
116 line.y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
118 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
160 const GLfloat invW1 = v1->attrib[FRAG_ATTRIB_WPOS][3];
167 constant_plane(v1->attrib[attr][c], line.attrPlane[attr][c])
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 40 float tmp = (V)->attrib[FRAG_ATTRIB_WPOS][0] \
41 + (V)->attrib[FRAG_ATTRIB_WPOS][1]; \
96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
150 r = vert->attrib[attr][0];
152 r = vert->attrib[attr][2];
183 /* use vertex's texcoord/attrib */
184 COPY_4V(span.attrStart[attr], vert->attrib[attr]);
192 const GLfloat x = vert->attrib[FRAG_ATTRIB_WPOS][0];
193 const GLfloat y = vert->attrib[FRAG_ATTRIB_WPOS][1]
    [all...]
s_aalinetemp.h 84 /* non-texture attrib */
115 line.x0 = v0->attrib[FRAG_ATTRIB_WPOS][0];
116 line.y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
118 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
160 const GLfloat invW1 = v1->attrib[FRAG_ATTRIB_WPOS][3];
167 constant_plane(v1->attrib[attr][c], line.attrPlane[attr][c])
    [all...]
  /external/chromium_org/third_party/markdown/extensions/
toc.py 127 anchor.attrib["href"] = "#" + elem_id
128 anchor.attrib["class"] = "toclink"
139 header.attrib["class"] = "toctitle"
149 link.attrib["href"] = '#' + item.get('id', '')
159 div.attrib["class"] = "toc"
167 if "id" in c.attrib:
168 used_ids.add(c.attrib["id"])
194 if not "id" in c.attrib:
196 c.attrib["id"] = elem_id
198 elem_id = c.attrib["id"
    [all...]
  /pdk/build/
prepare_pdk_tree.py 37 attrib = [None, None] # list of path, groups
50 attrib[0] = m.group(1)
51 attrib[1] = m.group(2)
53 attrib[0] = m.group(2)
54 attrib[1] = m.group(1)
55 return attrib
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 549 const struct attrib { struct
570 const struct attrib *attrib; local
571 for (attrib = attributes; attrib < attributes + NUMA(attributes);
572 attrib++) {
573 if (attrib->format == format) { break; }
575 if (attrib >= attributes + NUMA(attributes)) {
581 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
583 - (attrib->c1Offset + attrib->c1Size)))
610 const struct attrib { struct
639 const struct attrib *attrib; local
798 const struct attrib { struct
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttEnclosingMethod.java 17 package com.android.dx.cf.attrib;
BaseAnnotations.java 17 package com.android.dx.cf.attrib;
BaseParameterAnnotations.java 17 package com.android.dx.cf.attrib;
  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 88 NameValuePair attrib = attribs[j]; local
89 String s = attrib.getName().toLowerCase(Locale.ENGLISH);
91 cookie.setAttribute(s, attrib.getValue());
95 handler.parse(cookie, attrib.getValue());
  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 86 ** Description Check if the given attrib value is valid for its attribute
91 BOOLEAN avrc_is_valid_player_attrib_value(UINT8 attrib, UINT8 value)
95 switch(attrib)
117 if (attrib >= AVRC_PLAYER_SETTING_LOW_MENU_EXT)
122 "avrc_is_valid_player_attrib_value() found not matching attrib(x%x)-value(x%x) pair!",
123 attrib, value);
132 ** Description Check if the given attrib value is a valid one
  /external/chromium_org/ppapi/cpp/
media_stream_audio_track.h 83 /// @param[in] attrib A <code>PP_MediaStreamAudioTrack_Attrib</code> for
88 int32_t GetAttrib(PP_MediaStreamAudioTrack_Attrib attrib,
  /external/chromium_org/ppapi/thunk/
ppb_media_stream_video_track_api.h 20 virtual int32_t GetAttrib(PP_MediaStreamVideoTrack_Attrib attrib,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.h 37 void getPixelFormatAttrib(void* pixelFormat,int attrib,int* val);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_draw.c 220 vroute_add(struct nv30_render *r, uint attrib, uint sem, uint *idx)
243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib);
246 r->vtxfmt[attrib] = nv30_vtxfmt(pscreen, format)->hw;
247 r->vtxptr[attrib] = vinfo->size | NV30_3D_VTXBUF_DMA1;
251 r->vtxprog[attrib][0] = 0x001f38d8;
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9);
253 r->vtxprog[attrib][2] = 0x0836106c;
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2;
256 r->vtxprog[attrib][0] = 0x401f9c6c
278 unsigned attrib = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 220 vroute_add(struct nv30_render *r, uint attrib, uint sem, uint *idx)
243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib);
246 r->vtxfmt[attrib] = nv30_vtxfmt(pscreen, format)->hw;
247 r->vtxptr[attrib] = vinfo->size | NV30_3D_VTXBUF_DMA1;
251 r->vtxprog[attrib][0] = 0x001f38d8;
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9);
253 r->vtxprog[attrib][2] = 0x0836106c;
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2;
256 r->vtxprog[attrib][0] = 0x401f9c6c
278 unsigned attrib = 0; local
    [all...]
  /external/deqp/framework/egl/
egluUtil.cpp 139 EGLint getConfigAttribInt (EGLDisplay display, EGLConfig config, EGLint attrib)
142 EGLU_CHECK_CALL(eglGetConfigAttrib(display, config, attrib, &value));
146 EGLint querySurfaceInt (EGLDisplay display, EGLSurface surface, EGLint attrib)
149 EGLU_CHECK_CALL(eglQuerySurface(display, surface, attrib, &value));
324 for (const EGLAttrib* attrib = attribs; *attrib != EGL_NONE; attrib += 2)
326 if ((attrib[0] & ~attribMask) || (attrib[1] & ~attribMask))
329 legacyAttribs.push_back((EGLint)attrib[0])
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
52 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);

Completed in 875 milliseconds

1 2 34 5 6 7 8 91011>>