HomeSort by relevance Sort by last modified time
    Searched full:attribs (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 422 rr::VertexAttrib attribs[2]; local
427 attribs[0].type = rr::VERTEXATTRIBTYPE_FLOAT;
428 attribs[0].size = 4;
429 attribs[0].stride = 0;
430 attribs[0].instanceDivisor = 0;
431 attribs[0].pointer = triangle;
433 attribs[1].type = rr::VERTEXATTRIBTYPE_DONT_CARE;
434 attribs[1].generic = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f);
446 attribs,
685 rr::VertexAttrib attribs[2] local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 166 * fill in span->array->attribs[].
197 span->array->attribs[attr][k][0] = v0 * invW;
198 span->array->attribs[attr][k][1] = v1 * invW;
199 span->array->attribs[attr][k][2] = v2 * invW;
200 span->array->attribs[attr][k][3] = v3 * invW;
321 GLfloat (*col0)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
483 GLfloat (*texcoord)[4] = span->array->attribs[attr];
619 * Fill in the arrays->attribs[FRAG_ATTRIB_WPOS] array.
624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS];
791 SHIFT_ARRAY(span->array->attribs[i], leftClip, n - leftClip)
    [all...]
s_zoom.c 169 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->attribs[FRAG_ATTRIB_COL0];
238 COPY_4V(zoomed.array->attribs[FRAG_ATTRIB_COL0][i], rgba[j]);
276 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][0] = rgb[j][0];
277 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][1] = rgb[j][1];
278 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][2] = rgb[j][2];
279 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][3] = 1.0F;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 902 VASurfaceAttrib attribs[2]; local
935 attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType;
936 attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;
937 attribs[0].value.type = VAGenericValueTypeInteger;
938 attribs[0].value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC;
940 attribs[1].type = (VASurfaceAttribType)VASurfaceAttribExternalBufferDescriptor;
941 attribs[1].flags = VA_SURFACE_ATTRIB_SETTABLE;
942 attribs[1].value.type = VAGenericValueTypePointer;
943 attribs[1].value.value.p = (void *)mVASurfaceAttrib;
952 attribs,
1318 VASurfaceAttrib attribs[2]; local
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 446 /* no visual attribs unless window bit is set */
943 int attribs[5]; local
959 attribs[i] = None;
964 /* put geometry in attribs */
966 attribs[i++] = GLX_PBUFFER_WIDTH;
967 attribs[i++] = GLX_surf->Base.Width;
970 attribs[i++] = GLX_PBUFFER_HEIGHT;
971 attribs[i++] = GLX_surf->Base.Height;
973 attribs[i] = None;
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 532 LLVMValueRef attribs[3]; local
539 load_attribute(gallivm, args, key, key->inputs[slot].src_index, attribs);
541 emit_constant_coef4(gallivm, args, slot+1, attribs[0]);
544 emit_constant_coef4(gallivm, args, slot+1, attribs[2]);
549 load_attribute(gallivm, args, key, key->inputs[slot].src_index, attribs);
550 emit_apply_cyl_wrap(gallivm, args, key->inputs[slot].cyl_wrap, attribs);
551 emit_linear_coef(gallivm, args, slot+1, attribs);
555 load_attribute(gallivm, args, key, key->inputs[slot].src_index, attribs);
556 emit_apply_cyl_wrap(gallivm, args, key->inputs[slot].cyl_wrap, attribs);
557 apply_perspective_corr(gallivm, args, slot+1, attribs);
    [all...]
lp_bld_interp.c 317 LLVMValueRef w = bld->attribs[0][3];
335 a = bld->attribs[0][chan];
350 bld->attribs[attrib][chan] = a;
581 a = bld->attribs[0][chan];
640 LLVMValueRef w = bld->attribs[0][3];
659 bld->attribs[attrib][chan] = a;
728 bld->pos = bld->attribs[0];
729 bld->inputs = (const LLVMValueRef (*)[TGSI_NUM_CHANNELS]) bld->attribs[1];
745 bld->attribs[attrib][chan] = bld->coeff_bld.undef;
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 230 VASurfaceAttrib attribs[3]; local
284 attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType;
285 attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;
286 attribs[0].value.type = VAGenericValueTypeInteger;
287 attribs[0].value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC;
289 attribs[1].type = (VASurfaceAttribType)VASurfaceAttribExternalBufferDescriptor;
290 attribs[1].flags = VA_SURFACE_ATTRIB_SETTABLE;
291 attribs[1].value.type = VAGenericValueTypePointer;
292 attribs[1].value.value.p = &vaExtBuf;
294 attribs[2].type = (VASurfaceAttribType)VASurfaceAttribUsageHint
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 603 const struct st_context_attribs *attribs,
613 if (!(stapi->profile_mask & (1 << attribs->profile)))
616 switch (attribs->profile) {
639 st_visual_to_context_mode(&attribs->visual, &mode);
640 st = st_create_context(api, pipe, &mode, shared_ctx, &attribs->options);
648 if (attribs->major > 1 || attribs->minor > 0) {
655 if (st->ctx->Version < attribs->major * 10 + attribs->minor
656 || (attribs->flags & ~ST_CONTEXT_FLAG_DEBUG) != 0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 274 VASurfaceAttrib attribs[2]; local
297 attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType;
298 attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;
299 attribs[0].value.type = VAGenericValueTypeInteger;
300 attribs[0].value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC;
302 attribs[1].type = (VASurfaceAttribType)VASurfaceAttribExternalBufferDescriptor;
303 attribs[1].flags = VA_SURFACE_ATTRIB_SETTABLE;
304 attribs[1].value.type = VAGenericValueTypePointer;
305 attribs[1].value.value.p = (void *)surfExtBuf;
313 attribs,
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 219 AttribMap attribs; local
224 attribs[EGL_RENDERABLE_TYPE] = eglu::apiRenderableType(apiType);
228 attribs[EGL_SURFACE_TYPE] = s_surfaceTypes[ndx];
229 configs = eglu::chooseConfigs(egl, display, attribs);
435 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE }; local
436 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)srcTex, attribs), EGL_SUCCESS);
teglAndroidUtil.cpp 147 static const EGLint attribs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
148 const EGLImageKHR image = egl.createImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, clientBuffer, attribs);
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 165 const uint32_t *attribs,
177 assert((num_attribs == 0) || (attribs != NULL));
203 switch (attribs[i * 2]) {
205 major_version = attribs[i * 2 + 1];
208 minor_version = attribs[i * 2 + 1];
211 flags = attribs[i * 2 + 1];
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 865 struct st_context_attribs attribs; local
881 memset(&attribs, 0, sizeof(attribs));
882 attribs.visual = v->stvis;
883 attribs.major = major;
884 attribs.minor = minor;
886 attribs.flags |= ST_CONTEXT_FLAG_FORWARD_COMPATIBLE;
888 attribs.flags |= ST_CONTEXT_FLAG_DEBUG;
890 attribs.flags |= ST_CONTEXT_FLAG_ROBUST_ACCESS;
904 attribs.profile = ST_PROFILE_DEFAULT
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 52 mTracks.push(Attribs());
134 mTracks.push(Attribs());
186 const Attribs &track = mTracks.itemAt(index);
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 106 const EGLint attribs[] = { EGL_RENDERABLE_TYPE, local
114 eglChooseConfig( display_, attribs, &config_, 1, &num_configs );
119 const EGLint attribs[] = { EGL_RENDERABLE_TYPE, local
123 eglChooseConfig( display_, attribs, &config_, 1, &num_configs );
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 131 NameValuePair[] attribs = headerelement.getParameters(); local
136 new HashMap<String, NameValuePair>(attribs.length);
137 for (int j = attribs.length - 1; j >= 0; j--) {
138 NameValuePair param = attribs[j];
  /external/mesa3d/src/glx/apple/
apple_cgl.h 46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs,
  /external/mesa3d/src/glx/
dri_common.h 73 dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs,
  /external/owasp/sanitizer/src/tests/org/owasp/html/
htmllexerinput1.html 85 <span title=malformed attribs' do=don't id=foo checked onclick="a<b">Bar</span>
  /hardware/intel/common/libva/va/
va.c 686 VASurfaceAttrib *attribs = NULL; local
726 attribs = malloc(num_attribs * sizeof(*attribs));
727 if (!attribs) {
734 VASurfaceAttrib * const attrib = &attribs[n];
742 VASurfaceAttrib * const attrib = &attribs[n];
755 ctx, config, attribs, num_attribs);
762 VASurfaceAttrib * const attrib = &attribs[n];
782 const VASurfaceAttrib * const prev_attrib = &attribs[i];
801 const VASurfaceAttrib * const attrib = &attribs[n]
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 84 AttributeList attribs = method.getAttributes(); local
85 this.attCode = (AttCode) attribs.findFirst(AttCode.ATTRIBUTE_NAME);
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 117 const CGLPixelFormatAttribute attribs[] = local
127 if (CGLChoosePixelFormat(&attribs[0], &pixelFormat, &numVScreens) != kCGLNoError)
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 501 spec.attribs.push_back(attribSpec);
508 spec.attribs[0].instanceDivisor = 0;
515 if (spec.attribs[0].useDefaultAttribute && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
521 if (spec.attribs[0].componentCount == 1)
523 if (spec.attribs[0].outputType == gls::DrawTestSpec::OUTPUTTYPE_FLOAT || spec.attribs[0].outputType == gls::DrawTestSpec::OUTPUTTYPE_INT || spec.attribs[0].outputType == gls::DrawTestSpec::OUTPUTTYPE_UINT)
534 hash = (hash << 2) ^ (deUint32)spec.attribs[attrNdx].hash();
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 88 /* copy back attribs to front attribs */

Completed in 1100 milliseconds

1 2 34 5 6 7 8 91011