Searched refs:attrib (Results 101 - 125 of 141) sorted by relevance

123456

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_render.c60 .attrib = attr,
/external/mesa3d/src/mesa/main/
H A Deval.c1016 static GLfloat attrib[4] = { 0.0, 0.0, 0.0, 1.0 }; local
1028 init_1d_map( ctx->EvalMap.Map1Attrib + i, 4, attrib );
1040 init_2d_map( ctx->EvalMap.Map2Attrib + i, 4, attrib );
H A Dff_fragment_shader.cpp542 get_current_attrib(struct texenv_fragment_program *p, GLuint attrib) argument
548 current->max_array_access = MAX2(current->max_array_access, attrib);
550 ir_rvalue *index = new(p->mem_ctx) ir_constant(attrib);
H A Dvarray.c111 * \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);
123 update_array(struct gl_context *ctx, const char *func, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, const GLvoid *ptr) argument
/external/openssh/
H A Dsftp-server.c88 Attrib attrib; member in struct:Stat
591 (r = encode_attrib(msg, &stats[i].attrib)) != 0)
604 debug("request %u: sent attrib have 0x%x", id, a->flags);
1073 stat_to_attrib(&st, &(stats[count].attrib));
1170 attrib_clear(&s.attrib);
1255 attrib_clear(&s.attrib);
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
H A Dpolymer.js6525 var attrib = attribs[count];
6526 if (templateAttributeDirectives[attrib.name]) {
6527 if (attrib.name !== 'template')
6528 template.setAttribute(attrib.name, attrib.value);
6529 el.removeAttribute(attrib.name);
6543 var attrib = attribs[count];
6544 template.setAttribute(attrib.name, attrib.value);
6545 el.removeAttribute(attrib
[all...]
/external/mesa3d/include/GL/
H A Dglx.h228 int attrib, int *value );
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h724 const union pipe_color_union *attrib);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c278 brw->vb.inputs[i].attrib = (gl_vert_attrib) i;
H A Dintel_screen.c409 intel_query_image(__DRIimage *image, int attrib, int *value) argument
411 switch (attrib) {
H A Dbrw_context.h694 gl_vert_attrib attrib; member in struct:brw_vertex_element
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dhttpserver.py356 def __getattr__(self, attrib):
357 return getattr(self.__conn, attrib)
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp87 const rsg::ShaderInput* attrib = *iter; local
88 const rsg::Variable* var = attrib->getVariable();
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c53 intel->vertex_attrs[intel->vertex_attr_count].attrib = (ATTR); \
61 intel->vertex_attrs[intel->vertex_attr_count].attrib = 0; \
H A Dintel_screen.c409 intel_query_image(__DRIimage *image, int attrib, int *value) argument
411 switch (attrib) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c409 intel_query_image(__DRIimage *image, int attrib, int *value) argument
411 switch (attrib) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c64 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; \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c69 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].attrib = (ATTR); \
77 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].attrib = 0; \
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c259 glXGetConfig(Display *dpy, XVisualInfo *visinfo, int attrib, int *value) argument
265 return (t->GetConfig)(dpy, visinfo, attrib, value);
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp781 rr::VertexAttrib attrib; local
783 attrib.type = rr::VERTEXATTRIBTYPE_FLOAT;
784 attrib.size = 2;
785 attrib.pointer = coords;
787 return attrib;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c863 const union pipe_color_union *attrib)
869 blitter_set_clear_color(ctx, attrib);
873 set_texcoords_in_vertices(attrib->f, &ctx->vertices[0][1][0], 8);
858 util_blitter_draw_rectangle(struct blitter_context *blitter, unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth, enum blitter_attrib_type type, const union pipe_color_union *attrib) argument
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java2148 throw new IllegalArgumentException("Index buffers not allowed to be set to vertex attrib");
2153 Attribute attrib = boundShader.getAttribute(vb.getBufferType());
2154 int loc = attrib.getLocation();
2167 attrib.setLocation(-1);
2170 attrib.setLocation(loc);
/external/mesa3d/src/mesa/
H A Dsources.mak19 $(SRCDIR)main/attrib.c \
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l314 {dot}attrib { return_token_or_DOT(require_ARB_vp, VTXATTRIB); }
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_generic.c1072 if (a[j].attrib == VERT_ATTRIB_COLOR0 ||
1073 a[j].attrib == VERT_ATTRIB_COLOR1) {

Completed in 8181 milliseconds

123456