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

1 2 34 5

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 118 GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
224 if (a[j].attrib == attr) {
239 memcpy( dest, ctx->Current.Attrib[attr], 4*sizeof(GLfloat));
255 if (a[j].attrib == attr) {
298 assert(nr == 0 || map[0].attrib == VERT_ATTRIB_POS);
326 vtx->attr[j].attrib != map[i].attrib ||
331 vtx->attr[j].attrib = map[i].attrib;
391 register GLvector4f *vptr = VB->AttribPtr[a->attrib];
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 118 GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
224 if (a[j].attrib == attr) {
239 memcpy( dest, ctx->Current.Attrib[attr], 4*sizeof(GLfloat));
255 if (a[j].attrib == attr) {
298 assert(nr == 0 || map[0].attrib == VERT_ATTRIB_POS);
326 vtx->attr[j].attrib != map[i].attrib ||
331 vtx->attr[j].attrib = map[i].attrib;
391 register GLvector4f *vptr = VB->AttribPtr[a->attrib];
    [all...]
  /frameworks/rs/driver/
rsdGL.cpp 543 RsdVertexArray::Attrib attribs[2];
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 1050 f->Attrib = 0;
1053 RINOK(SzReadUInt32(sd, &f->Attrib));
    [all...]
  /external/lzma/C/
7zIn.c 1050 f->Attrib = 0;
1053 RINOK(SzReadUInt32(sd, &f->Attrib));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 846 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_EMISSION]);
849 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_AMBIENT]);
986 GLfloat (*mat)[4] = ctx->Light.Material.Attrib;
    [all...]
r200_swtcl.c 64 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].attrib = (ATTR); \
72 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].attrib = 0; \
825 f = _swrast_z_to_fogfactor(ctx, ctx->Current.Attrib[VERT_ATTRIB_FOG][0]);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 846 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_EMISSION]);
849 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_AMBIENT]);
986 GLfloat (*mat)[4] = ctx->Light.Material.Attrib;
    [all...]
r200_swtcl.c 64 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].attrib = (ATTR); \
72 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].attrib = 0; \
825 f = _swrast_z_to_fogfactor(ctx, ctx->Current.Attrib[VERT_ATTRIB_FOG][0]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 637 GLfloat Attrib[MAT_ATTRIB_MAX][4];
812 GLfloat Attrib[VERT_ATTRIB_MAX][4]; /**< Position, color, texcoords, etc */
1050 /* Note: actual pixel maps are not part of this attrib group */
    [all...]
varray.c 48 * glVertex/Color/Attrib/EtcPointer() functions.
111 * \param attrib the attribute array index to update
125 GLuint attrib, GLbitfield legalTypesMask,
256 array = &ctx->Array.ArrayObj->VertexAttrib[attrib];
271 ctx->Array.ArrayObj->NewArrays |= VERT_BIT(attrib);
665 return ctx->Current.Attrib[VERT_ATTRIB_GENERIC(index)];
    [all...]
enable.c 342 ctx->Current.Attrib[VERT_ATTRIB_COLOR0] );
    [all...]
ffvertex_prog.c 142 if (ctx->Light.Material.Attrib[attr][0] != 0.0F)
881 GLuint attrib = material_attrib(side, property); local
883 if (p->color_materials & (1<<attrib))
885 else if (p->materials & (1<<attrib)) {
889 return register_input( p, attrib + VERT_ATTRIB_GENERIC0 );
931 GLuint attrib = material_attrib(side, property); local
932 if (p->materials & (1<<attrib)) {
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 637 GLfloat Attrib[MAT_ATTRIB_MAX][4];
812 GLfloat Attrib[VERT_ATTRIB_MAX][4]; /**< Position, color, texcoords, etc */
1050 /* Note: actual pixel maps are not part of this attrib group */
    [all...]
varray.c 48 * glVertex/Color/Attrib/EtcPointer() functions.
111 * \param attrib the attribute array index to update
125 GLuint attrib, GLbitfield legalTypesMask,
256 array = &ctx->Array.ArrayObj->VertexAttrib[attrib];
271 ctx->Array.ArrayObj->NewArrays |= VERT_BIT(attrib);
665 return ctx->Current.Attrib[VERT_ATTRIB_GENERIC(index)];
    [all...]
enable.c 342 ctx->Current.Attrib[VERT_ATTRIB_COLOR0] );
    [all...]
ffvertex_prog.c 142 if (ctx->Light.Material.Attrib[attr][0] != 0.0F)
881 GLuint attrib = material_attrib(side, property); local
883 if (p->color_materials & (1<<attrib))
885 else if (p->materials & (1<<attrib)) {
889 return register_input( p, attrib + VERT_ATTRIB_GENERIC0 );
931 GLuint attrib = material_attrib(side, property); local
932 if (p->materials & (1<<attrib)) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 482 for (std::map<std::string, Attrib>::const_iterator it = m_renderAttribs.begin(); it != m_renderAttribs.end(); ++it)
492 GLU_EXPECT_NO_ERROR(gl.getError(), "set attrib");
570 GLU_EXPECT_NO_ERROR(gl.getError(), "set attrib");
627 GLU_EXPECT_NO_ERROR(gl.getError(), "set attrib");
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 715 /* ---------- Write Attrib ---------- */
733 WriteUInt32(file.Attrib);
7zUpdate.cpp 432 file.SetAttrib(ui.Attrib);
7zIn.cpp 985 file.Attrib = ReadUInt32();
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 725 di.Attrib = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_api.c 160 * ctx->Current.Attrib and ctx->Light.Material.Attrib arrays.
202 ctx->Current.Attrib[VBO_ATTRIB_COLOR0]);
231 * Flush existing data, set new attrib size, replay copied vertices.
    [all...]

Completed in 2731 milliseconds

1 2 34 5