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

1 2 3 4 5 67 8 91011

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 66 * XXX using linear interpolation for all attribs at this time.
draw_pt_emit.c 169 /* fetch/translate vertex attribs to fill hw_verts[] */
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 268 2); /* attribs/vert */
quad-tex.c 339 2); /* attribs/vert */
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 280 * Number of generic vertex program attribs. If GL_ARB_vertex_program
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 64 AEattrib attribs[VERT_ATTRIB_MAX + 1]; member in struct:__anon17077
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 274 numAttribs); /* attribs/vert */
st_cb_feedback.c 99 * color and texcoord attribs to use here.
st_draw_feedback.c 73 /* emit all attribs (pos, color, texcoord) as GLfloat[4] */
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 68 GLfloat (*attribArray)[4] = line->span.array->attribs[attr];
s_texcombine.c 651 span->array->attribs[FRAG_ATTRIB_TEX0 + unit];
653 span->array->attribs[FRAG_ATTRIB_TEX0 +
717 span->array->attribs[FRAG_ATTRIB_TEX0 + unit];
s_linetemp.h 34 * INTERP_ATTRIBS - if defined, interpolate attribs (texcoords, varying, etc)
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 73 /* Vertex program maps have priority over conventional attribs */
  /external/mesa3d/include/GL/internal/
dri_interface.h 472 * Tokens for __DRIconfig attribs. A number of attributes defined by
715 const uint32_t *attribs,
904 const uint32_t *attribs,
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 1008 const struct pipe_vertex_element *attribs)
1015 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
    [all...]
  /hardware/intel/common/libva/va/
va_enc_h264.h 731 * @param[in] attribs the optional attributes, or NULL
732 * @param[in] num_attribs the number of attributes available in \c attribs
737 VAEncBitstreamAttrib *attribs,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 472 * Tokens for __DRIconfig attribs. A number of attributes defined by
715 const uint32_t *attribs,
886 const uint32_t *attribs,
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 944 Attributes attribs; local
    [all...]
  /external/iproute2/genl/
ctrl.c 234 fprintf(fp, " max attribs: %d ",*ma);
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 479 const struct st_context_attribs *attribs,
  /external/owasp/sanitizer/src/tests/org/owasp/html/
htmllexergolden1.txt 225 ATTRVALUE [malformed attribs'] : 1965-1983
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 579 RsdVertexArray::Attrib attribs[2]; local
580 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
581 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
583 RsdVertexArray va(attribs, 2);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 317 AttributeList attribs = getAttributes(); local
318 Attribute attSf = attribs.findFirst(AttSourceFile.ATTRIBUTE_NAME);
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp 151 EGLint rcChooseConfig_enc(void *self , EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_size)
166 memcpy(ptr, attribs, __size_attribs);ptr += __size_attribs;
  /external/lldb/www/cpp_reference/html/
classlldb_1_1SBTypeFilter.html 35 <a href="#pro-attribs">Protected Attributes</a> &#124;
77 <tr class="heading"><td colspan="2"><h2><a name="pro-attribs"></a>

Completed in 2114 milliseconds

1 2 3 4 5 67 8 91011