HomeSort by relevance Sort by last modified time
    Searched full:vertex4f (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_types.h 41 struct vertex4f struct
vl_compositor.h 72 struct vertex4f colors[4];
216 struct vertex4f *colors);
vl_compositor.c 524 c->vertex_buf.stride = sizeof(struct vertex2f) + sizeof(struct vertex4f) * 2;
536 vertex_elems[2].src_offset = sizeof(struct vertex2f) + sizeof(struct vertex4f);
778 struct vertex4f v_one = { 1.0f, 1.0f, 1.0f, 1.0f };
957 struct vertex4f *colors)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_types.h 41 struct vertex4f struct
vl_compositor.h 72 struct vertex4f colors[4];
216 struct vertex4f *colors);
vl_compositor.c 524 c->vertex_buf.stride = sizeof(struct vertex2f) + sizeof(struct vertex4f) * 2;
536 vertex_elems[2].src_offset = sizeof(struct vertex2f) + sizeof(struct vertex4f);
778 struct vertex4f v_one = { 1.0f, 1.0f, 1.0f, 1.0f };
957 struct vertex4f *colors)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
output.c 596 static struct vertex4f *
597 ColorsToPipe(VdpColor const *colors, uint32_t flags, struct vertex4f result[4])
600 struct vertex4f *dst = result;
640 struct vertex4f vlcolors[4];
699 struct vertex4f vlcolors[4];
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 596 static struct vertex4f *
597 ColorsToPipe(VdpColor const *colors, uint32_t flags, struct vertex4f result[4])
600 struct vertex4f *dst = result;
640 struct vertex4f vlcolors[4];
699 struct vertex4f vlcolors[4];
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
extension_helper.py 75 "Vertex4f", \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
vtxfmt.c 94 SET_Vertex4f(tab, vfmt->Vertex4f);
dd.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_noop.c 478 vfmt->Vertex4f = _mesa_noop_Vertex4f;
vbo_attrib_tmp.h 214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 75 "Vertex4f", \
  /external/mesa3d/src/mesa/main/
vtxfmt.c 94 SET_Vertex4f(tab, vfmt->Vertex4f);
dd.h     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_noop.c 478 vfmt->Vertex4f = _mesa_noop_Vertex4f;
vbo_attrib_tmp.h 214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 194 void (GLAPIENTRY * Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 194 void (GLAPIENTRY * Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 710 { "glVertex4f", _O(Vertex4f) },
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 710 { "glVertex4f", _O(Vertex4f) },
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/mesa/
libGL.so 
libGL.so.1 
libGL.so.1.2 

Completed in 720 milliseconds

1 2