Searched refs:GLenum16 (Results 1 – 22 of 22) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 211 GLenum16 ColorControl; /**< either GL_SINGLE_COLOR 249 GLenum16 DrawBuffer[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */ 256 GLenum16 AlphaFunc; /**< Alpha test function */ 276 GLenum16 SrcRGB; /**< RGB blend source term */ 277 GLenum16 DstRGB; /**< RGB blend dest term */ 278 GLenum16 SrcA; /**< Alpha blend source term */ 279 GLenum16 DstA; /**< Alpha blend dest term */ 280 GLenum16 EquationRGB; /**< GL_ADD, GL_SUBTRACT, etc. */ 281 GLenum16 EquationA; /**< GL_ADD, GL_SUBTRACT, etc. */ 309 GLenum16 LogicOp; /**< Logic operator */ [all …]
|
D | shader_types.h | 71 GLenum16 VertexOrder; 147 GLenum16 Type; 366 GLenum16 Type; /**< Always GL_SHADER_PROGRAM (internal token) */ 418 GLenum16 BufferMode; 507 GLenum16 Target; 508 GLenum16 Format; /**< String encoding format */ 616 GLenum16 ImageAccess[MAX_IMAGE_UNIFORMS]; 736 GLenum16 Type; 821 GLenum16 Type; /** Program interface type. */ 930 GLenum16 access;
|
D | varray.h | 47 GLubyte size, GLenum16 type, GLenum16 format,
|
D | buffers.h | 45 GLuint n, const GLenum16 *buffers,
|
D | glheader.h | 47 typedef unsigned short GLenum16; typedef
|
D | consts_exts.h | 718 GLenum16 LayerAndVPIndexProvokingVertex; 744 GLenum16 ResetStrategy; 902 GLenum16 ContextReleaseBehavior;
|
D | buffers.c | 319 const GLenum16 buffer16 = buffer; in draw_buffer() 618 GLenum16 buffers16[MAX_DRAW_BUFFERS]; in draw_buffers() 759 GLuint n, const GLenum16 *buffers, in _mesa_drawbuffers()
|
D | get.c | 237 GLenum16 value_enum16; 1697 return sizeof(GLenum16); in get_value_size() 1812 params[0] = INT_TO_BOOLEAN(((GLenum16 *) p)[0]); in _mesa_GetBooleanv() 1925 params[0] = (GLfloat) (((GLenum16 *) p)[0]); in _mesa_GetFloatv() 2073 params[0] = ((GLenum16 *) p)[0]; in _mesa_GetIntegerv() 2195 params[0] = ((GLenum16 *) p)[0]; in _mesa_GetInteger64v() 2313 params[0] = ((GLenum16 *) p)[0]; in _mesa_GetDoublev() 2444 GLenum e = *(GLenum16 *)p; in _mesa_GetUnsignedBytevEXT() 3434 params[0] = INT_TO_FIXED((GLint)(((GLenum16 *) p)[0])); in _mesa_GetFixedv()
|
D | state.c | 109 GLenum16 depth_func = ctx->Depth.Func; in _mesa_update_allow_draw_out_of_order()
|
D | varray.c | 479 vertex_format_to_pipe_format(GLubyte size, GLenum16 type, GLenum16 format, in vertex_format_to_pipe_format() 547 GLubyte size, GLenum16 type, GLenum16 format, in _mesa_set_vertex_format()
|
D | context.c | 1391 GLenum16 buffer; in handle_first_current()
|
D | teximage.c | 841 img->_BaseFormat = (GLenum16)base_format; in _mesa_init_teximage_fields_ms()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_private.h | 129 GLubyte size, GLenum16 type) in vbo_set_vertex_format() 249 GLubyte size, GLenum16 type, GLuint offset) in _vbo_set_attrib_format()
|
D | vbo.h | 131 GLenum16 type; /**< GL_FLOAT, GL_DOUBLE, GL_INT, etc */ 155 GLenum16 attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_INT, etc */
|
D | vbo_save_draw.c | 58 const GLenum16 type = attrib->Format.Type; in copy_vao()
|
D | vbo_exec_draw.c | 133 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
|
D | vbo_save_api.c | 290 const GLenum16 type[VBO_ATTRIB_MAX], in compare_vao() 316 const GLenum16 tp = type[vbo_attr]; in compare_vao() 344 const GLenum16 type[VBO_ATTRIB_MAX], in update_vao()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_viewport.c | 38 viewport_swizzle_from_glenum(GLenum16 swizzle) in viewport_swizzle_from_glenum()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_parameter.h | 97 GLenum16 DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
|
/third_party/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
|