Home
last modified time | relevance | path

Searched refs:GLuint (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_structs.h66 GLuint length:8;
67 GLuint vs_realloc:1;
68 GLuint gs_realloc:1;
69 GLuint clp_realloc:1;
70 GLuint sf_realloc:1;
71 GLuint vfe_realloc:1;
72 GLuint cs_realloc:1;
73 GLuint pad:2;
74 GLuint opcode:16;
79 GLuint vs_fence:10;
[all …]
Dbrw_wm.h64 GLuint stats_wm:1;
65 GLuint flat_shade:1;
66 GLuint nr_color_regions:5;
67 GLuint sample_alpha_to_coverage:1;
68 GLuint render_to_fbo:1;
69 GLuint clamp_fragment_color:1;
70 GLuint line_aa:2;
76 GLuint program_string_id:32;
113 GLuint nextuse;
120 GLuint contributes_to_output:1;
[all …]
Dbrw_eu.h75 GLuint type:4;
76 GLuint file:2;
77 GLuint nr:8;
78 GLuint subnr:5; /* :1 in align16 */
79 GLuint negate:1; /* source only */
80 GLuint abs:1; /* source only */
81 GLuint vstride:4; /* source only */
82 GLuint width:3; /* src only, align1 only */
83 GLuint hstride:2; /* align1 only */
84 GLuint address_mode:1; /* relative addressing, hopefully! */
[all …]
Dbrw_context.h187 GLuint mesa;
191 GLuint brw;
193 GLuint cache;
264 GLuint id;
272 GLuint id; /**< serial no. to identify frag progs, never re-used */
294 GLuint curb_read_length;
295 GLuint urb_read_length;
297 GLuint first_curbe_grf;
298 GLuint first_curbe_grf_16;
299 GLuint reg_blocks;
[all …]
/external/mesa3d/src/mesa/main/
Datifragshader.h32 GLuint Index;
33 GLuint argRep;
34 GLuint argMod;
39 GLuint Index;
40 GLuint dstMod;
41 GLuint dstMask;
54 GLuint ArgCount[2];
63 GLuint src;
74 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id);
81 extern GLuint GLAPIENTRY _mesa_GenFragmentShadersATI(GLuint range);
[all …]
Dformat_unpack.c67 GLuint i; in nonlinear_to_linear()
87 typedef void (*unpack_rgba_func)(const void *src, GLfloat dst[][4], GLuint n);
91 unpack_RGBA8888(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGBA8888()
93 const GLuint *s = ((const GLuint *) src); in unpack_RGBA8888()
94 GLuint i; in unpack_RGBA8888()
104 unpack_RGBA8888_REV(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGBA8888_REV()
106 const GLuint *s = ((const GLuint *) src); in unpack_RGBA8888_REV()
107 GLuint i; in unpack_RGBA8888_REV()
117 unpack_ARGB8888(const void *src, GLfloat dst[][4], GLuint n) in unpack_ARGB8888()
119 const GLuint *s = ((const GLuint *) src); in unpack_ARGB8888()
[all …]
Ddd.h102 GLuint *width, GLuint *height );
109 GLuint width, GLuint height);
212 void (*TexImage)(struct gl_context *ctx, GLuint dims,
221 void (*TexSubImage)(struct gl_context *ctx, GLuint dims,
240 void (*CopyTexSubImage)(struct gl_context *ctx, GLuint dims,
275 void (*CompressedTexImage)(struct gl_context *ctx, GLuint dims,
282 void (*CompressedTexSubImage)(struct gl_context *ctx, GLuint dims,
313 GLuint name, GLenum target);
349 GLuint slice,
350 GLuint x, GLuint y, GLuint w, GLuint h,
[all …]
Datifragshader.c66 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id) in _mesa_new_ati_fragment_shader()
84 GLuint i; in _mesa_delete_ati_fragment_shader()
110 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst()
119 create_dst_mod_str(GLuint mod) in create_dst_mod_str()
150 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op()
151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op()
152 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, in debug_op()
153 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in debug_op()
154 GLuint arg3Rep, GLuint arg3Mod) in debug_op()
182 GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg()
[all …]
/external/mesa3d/src/mesa/math/
Dm_translate.h52 GLuint stride,
54 GLuint start,
55 GLuint n );
57 extern void _math_trans_1ui(GLuint *to,
59 GLuint stride,
61 GLuint start,
62 GLuint n );
66 GLuint stride,
68 GLuint start,
69 GLuint n );
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_context.h179 static inline GLuint _tnl_translate_prim( const struct _mesa_prim *prim ) in _tnl_translate_prim()
181 GLuint flag; in _tnl_translate_prim()
196 GLuint Size; /**< Max vertices per vertex buffer, constant */
200 GLuint Count; /**< Number of vertices currently in buffer */
207 GLuint *Elts;
221 GLuint PrimitiveCount;
270 GLuint last_attrib_stride[_TNL_ATTRIB_MAX];
271 GLuint last_attrib_size[_TNL_ATTRIB_MAX];
272 GLuint input_changes;
273 GLuint new_state;
[all …]
Dt_vertex.h67 GLuint attrib; /* _TNL_ATTRIB_ enum */
69 GLuint offset;
76 const GLuint attrsize;
86 GLuint edst, GLuint eout, GLuint ein,
91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc );
107 extern void *_tnl_get_vertex( struct gl_context *ctx, GLuint nr );
109 extern GLuint _tnl_install_attrs( struct gl_context *ctx,
111 GLuint nr, const GLfloat *vp,
112 GLuint unpacked_size );
117 GLuint vb_size,
[all …]
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_regions.h62 GLuint refcount; /**< Reference count for region */
63 GLuint cpp; /**< bytes per pixel */
64 GLuint width; /**< in pixels */
65 GLuint height; /**< in pixels */
66 GLuint pitch; /**< in pixels */
68 GLuint map_refcount; /**< Reference count for mapping */
82 GLuint cpp, GLuint width,
83 GLuint height,
88 GLuint cpp,
89 GLuint width, GLuint height, GLuint pitch,
[all …]
Dintel_mipmap_tree.h96 GLuint level_x;
98 GLuint level_y;
99 GLuint width;
100 GLuint height;
113 GLuint depth;
135 GLuint x_offset;
136 GLuint y_offset;
212 GLuint first_level;
213 GLuint last_level;
215 GLuint width0, height0, depth0; /**< Level zero image dimensions */
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo.h42 GLuint mode:8; /**< GL_POINTS, GL_LINES, GL_QUAD_STRIP, etc */
43 GLuint indexed:1;
44 GLuint begin:1;
45 GLuint end:1;
46 GLuint weak:1;
47 GLuint no_current_update:1;
48 GLuint pad:19;
50 GLuint start;
51 GLuint count;
54 GLuint base_instance;
[all …]
/external/mesa3d/include/GL/
Dglext.h6233 typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei…
6237 typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,co…
6241 typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei le…
6253 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLen…
6292 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei…
6455 GLAPI void APIENTRY glSecondaryColor3ui (GLuint red, GLuint green, GLuint blue);
6456 GLAPI void APIENTRY glSecondaryColor3uiv (const GLuint *v);
6501 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIPROC) (GLuint red, GLuint green, GLuint blue);
6502 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIVPROC) (const GLuint *v);
6527 GLAPI void APIENTRY glGenQueries (GLsizei n, GLuint *ids);
[all …]
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl6 void glActiveShaderProgram (glw::GLuint pipeline, glw::GLuint program);
8 void glAttachShader (glw::GLuint program, glw::GLuint shader);
9 void glBeginConditionalRender (glw::GLuint id, glw::GLenum mode);
10 void glBeginQuery (glw::GLenum target, glw::GLuint id);
11 void glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id);
13 void glBindAttribLocation (glw::GLuint program, glw::GLuint index, const glw::GLchar *nam…
14 void glBindBuffer (glw::GLenum target, glw::GLuint buffer);
15 void glBindBufferBase (glw::GLenum target, glw::GLuint index, glw::GLuint buffer);
16 void glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, glw::…
17 …glBindBuffersBase (glw::GLenum target, glw::GLuint first, glw::GLsizei count, const glw::GL…
[all …]
/external/deqp/framework/opengl/wrapper/
DglwFunctionTypes.inl6 typedef GLW_APICALL void (GLW_APIENTRY* glActiveShaderProgramFunc) (GLuint pipeline, GLuint
8 typedef GLW_APICALL void (GLW_APIENTRY* glAttachShaderFunc) (GLuint program, GLuint shade…
9 typedef GLW_APICALL void (GLW_APIENTRY* glBeginConditionalRenderFunc) (GLuint id, GLenum mod…
10 typedef GLW_APICALL void (GLW_APIENTRY* glBeginQueryFunc) (GLenum target, GLuint id);
11 …ALL void (GLW_APIENTRY* glBeginQueryIndexedFunc) (GLenum target, GLuint index, GLuint id);
13 typedef GLW_APICALL void (GLW_APIENTRY* glBindAttribLocationFunc) (GLuint program, GLuint i…
14 typedef GLW_APICALL void (GLW_APIENTRY* glBindBufferFunc) (GLenum target, GLuint buffer);
15 …LL void (GLW_APIENTRY* glBindBufferBaseFunc) (GLenum target, GLuint index, GLuint buffer);
16 …id (GLW_APIENTRY* glBindBufferRangeFunc) (GLenum target, GLuint index, GLuint buffer, GLi…
17 …APIENTRY* glBindBuffersBaseFunc) (GLenum target, GLuint first, GLsizei count, const GLuint
[all …]
DglwApi.inl666 void glwActiveShaderProgram (GLuint pipeline, GLuint program);
668 void glwAttachShader (GLuint program, GLuint shader);
669 void glwBeginConditionalRender (GLuint id, GLenum mode);
670 void glwBeginQuery (GLenum target, GLuint id);
671 void glwBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
673 void glwBindAttribLocation (GLuint program, GLuint index, const GLchar *name);
674 void glwBindBuffer (GLenum target, GLuint buffer);
675 void glwBindBufferBase (GLenum target, GLuint index, GLuint buffer);
676 void glwBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
677 void glwBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers…
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h38 GLuint offset; /** Offset of this image from the start of mipmap tree buffer, in bytes */
42 GLuint width;
43 GLuint height;
44 GLuint depth;
45 GLuint size; /** Size of each image, in bytes */
46 GLuint rowstride; /** in bytes */
47 GLuint valid;
64 GLuint refcount;
66 GLuint totalsize; /** total size of the miptree, in bytes */
70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.h38 GLuint offset; /** Offset of this image from the start of mipmap tree buffer, in bytes */
42 GLuint width;
43 GLuint height;
44 GLuint depth;
45 GLuint size; /** Size of each image, in bytes */
46 GLuint rowstride; /** in bytes */
47 GLuint valid;
64 GLuint refcount;
66 GLuint totalsize; /** total size of the miptree, in bytes */
70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h149 GLuint register_phases[16];
150 GLuint indirections;
151 GLuint nr_tex_indirect;
152 GLuint nr_tex_insn;
153 GLuint nr_alu_insn;
154 GLuint nr_decl_insn;
165 GLuint declarations[I915_MAX_DECL_INSN * 3 + 1];
166 GLuint program[(I915_MAX_TEX_INSN + I915_MAX_ALU_INSN) * 3];
169 GLuint constant_flags[I915_MAX_CONSTANT];
170 GLuint nr_constants;
[all …]
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp58 typedef void (CallLogWrapper::*BindFunc) (GLenum target, GLuint name);
59 typedef void (CallLogWrapper::*GenFunc) (GLsizei n, GLuint* names);
60 typedef void (CallLogWrapper::*DeleteFunc) (GLsizei n, const GLuint* names);
61 typedef GLboolean (CallLogWrapper::*ExistsFunc) (GLuint name);
102 virtual void bind (GLuint name) = 0;
103 virtual GLuint getBinding (void) = 0;
124 void bind (GLuint name);
125 GLuint getBinding (void);
139 virtual GLuint gen (void) = 0;
140 virtual void release (GLuint name) = 0;
[all …]
/external/deqp/doc/
DGLES3 Negative API Functions.txt31 o glBindTransformFeedback (GLenum target, GLuint id);
32 o glDeleteTransformFeedbacks (GLsizei n, const GLuint* ids);
33 o glGenTransformFeedbacks (GLsizei n, GLuint* ids);
38 o glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar* const* varyings, GLenu…
39 o glGetTransformFeedbackVarying (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GL…
46 o glBeginQuery (GLenum target, GLuint id);
47 o glDeleteQueries (GLsizei n, const GLuint* ids);
49 o glGenQueries (GLsizei n, GLuint* ids);
73 o glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* si…
74 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
[all …]
/external/mesa3d/include/GLES2/
Dgl2ext.h765 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length…
766 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *…
768 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei …
769 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const G…
824 …ebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint lev…
831 …BUFFERTEXTURE3DOES) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint lev…
863 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);
864 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
865 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
866 GL_APICALL GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h72 GLuint lastLevel;
78 GLuint width0, height0, depth0;
151 GLuint last_level,
152 GLuint width0,
153 GLuint height0,
154 GLuint depth0,
155 GLuint layers,
156 GLuint tex_usage );
161 GLuint widthIn,
162 GLuint heightIn,
[all …]

12345678910>>...31