Searched refs:GLenum16 (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 342 GLenum16 ColorControl; /**< either GL_SINGLE_COLOR 380 GLenum16 DrawBuffer[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */ 387 GLenum16 AlphaFunc; /**< Alpha test function */ 407 GLenum16 SrcRGB; /**< RGB blend source term */ 408 GLenum16 DstRGB; /**< RGB blend dest term */ 409 GLenum16 SrcA; /**< Alpha blend source term */ 410 GLenum16 DstA; /**< Alpha blend dest term */ 411 GLenum16 EquationRGB; /**< GL_ADD, GL_SUBTRACT, etc. */ 412 GLenum16 EquationA; /**< GL_ADD, GL_SUBTRACT, etc. */ 443 GLenum16 LogicOp; /**< Logic operator */ [all …]
|
D | glheader.h | 47 typedef unsigned short GLenum16; typedef
|
D | buffers.h | 71 GLuint n, const GLenum16 *buffers,
|
D | buffers.c | 320 const GLenum16 buffer16 = buffer; in draw_buffer() 621 GLenum16 buffers16[MAX_DRAW_BUFFERS]; in draw_buffers() 764 GLuint n, const GLenum16 *buffers, in _mesa_drawbuffers()
|
D | get.c | 231 GLenum16 value_enum16; 1664 return sizeof(GLenum16); in get_value_size() 1779 params[0] = INT_TO_BOOLEAN(((GLenum16 *) p)[0]); in _mesa_GetBooleanv() 1892 params[0] = (GLfloat) (((GLenum16 *) p)[0]); in _mesa_GetFloatv() 2031 params[0] = ((GLenum16 *) p)[0]; in _mesa_GetIntegerv() 2153 params[0] = ((GLenum16 *) p)[0]; in _mesa_GetInteger64v() 2271 params[0] = ((GLenum16 *) p)[0]; in _mesa_GetDoublev() 2402 GLenum e = *(GLenum16 *)p; in _mesa_GetUnsignedBytevEXT() 3364 params[0] = INT_TO_FIXED((GLint)(((GLenum16 *) p)[0])); in _mesa_GetFixedv()
|
D | varray.h | 47 GLubyte size, GLenum16 type, GLenum16 format,
|
D | state.c | 106 GLenum16 depth_func = ctx->Depth.Func; in _mesa_update_allow_draw_out_of_order()
|
D | varray.c | 461 vertex_format_to_pipe_format(GLubyte size, GLenum16 type, GLenum16 format, in vertex_format_to_pipe_format() 529 GLubyte size, GLenum16 type, GLenum16 format, in _mesa_set_vertex_format()
|
D | context.c | 1618 GLenum16 buffer; in handle_first_current()
|
D | teximage.c | 839 img->_BaseFormat = (GLenum16)base_format; in _mesa_init_teximage_fields_ms()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_private.h | 108 GLubyte size, GLenum16 type) in vbo_set_vertex_format() 224 GLubyte size, GLenum16 type, GLuint offset) in _vbo_set_attrib_format()
|
D | vbo.h | 111 GLenum16 type; /**< GL_FLOAT, GL_DOUBLE, GL_INT, etc */ 143 GLenum16 attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_INT, etc */
|
D | vbo_save_draw.c | 56 const GLenum16 type = attrib->Format.Type; in copy_vao()
|
D | vbo_exec_draw.c | 126 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
|
D | vbo_save_api.c | 366 const GLenum16 type[VBO_ATTRIB_MAX], in compare_vao() 392 const GLenum16 tp = type[vbo_attr]; in compare_vao() 420 const GLenum16 type[VBO_ATTRIB_MAX], in update_vao()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_viewport.c | 38 viewport_swizzle_from_glenum(GLenum16 swizzle) in viewport_swizzle_from_glenum()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_frag.c | 52 GLenum16 *source; 53 GLenum16 *operand;
|
D | nv10_state_frag.c | 70 GLenum16 *source; 71 GLenum16 *operand;
|
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.h | 104 GLenum16 DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 192 GLenum16 ColorDrawBuffers[MAX_DRAW_BUFFERS];
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2226 - nir: don't use GLenum16 in nir.h
|
D | 20.1.0.rst | 3156 - glthread: use GLenum16 in batch buffers to save space
|
D | 20.2.0.rst | 3227 - glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enums
|