/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_structs.h | 66 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 …]
|
D | brw_wm.h | 64 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 …]
|
D | brw_eu.h | 75 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 …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_structs.h | 66 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 …]
|
D | brw_wm.h | 64 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 …]
|
D | brw_eu.h | 75 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 …]
|
/external/mesa3d/src/mesa/main/ |
D | atifragshader.h | 32 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 …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | atifragshader.h | 32 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 …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_translate.h | 52 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/math/ |
D | m_translate.h | 52 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/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 17 void GLES2InterfaceStub::AttachShader(GLuint /* program */, in AttachShader() argument 18 GLuint /* shader */) { in AttachShader() 20 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, in BindAttribLocation() argument 21 GLuint /* index */, in BindAttribLocation() 24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { in BindBuffer() argument 27 GLuint /* framebuffer */) { in BindFramebuffer() argument 30 GLuint /* renderbuffer */) { in BindRenderbuffer() argument 33 GLuint /* texture */) { in BindTexture() argument 81 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) { in CompileShader() argument 120 GLuint GLES2InterfaceStub::CreateProgram() { in CreateProgram() [all …]
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_base.h | 44 void GenHelper(GLuint client_id) { in GenHelper() 100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) { in GetIdAllocator() 104 Buffer* GetBuffer(GLuint service_id) { in GetBuffer() 108 Framebuffer* GetFramebuffer(GLuint service_id) { in GetFramebuffer() 113 GLuint service_id) { in GetRenderbuffer() 117 TextureRef* GetTexture(GLuint client_id) { in GetTexture() 121 Shader* GetShader(GLuint client_id) { in GetShader() 125 Program* GetProgram(GLuint client_id) { in GetProgram() 129 QueryManager::Query* GetQueryInfo(GLuint client_id) { in GetQueryInfo() 135 VertexAttribManager* GetVertexArrayInfo(GLuint client_id) { in GetVertexArrayInfo() [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.h | 82 GLuint createBuffer(); 83 GLuint createShader(GLenum type); 84 GLuint createProgram(); 85 GLuint createTexture(); 86 GLuint createRenderbuffer(); 87 GLuint createSampler(); 88 GLuint createTransformFeedback(); 91 void deleteBuffer(GLuint buffer); 92 void deleteShader(GLuint shader); 93 void deleteProgram(GLuint program); [all …]
|
D | Caps.h | 20 typedef std::set<GLuint> SupportedSampleSet; 38 GLuint getMaxSamples() const; 42 GLuint getNearestSamples(GLuint requestedSamples) const; 179 GLuint maxSamples; 214 GLuint max3DTextureSize; 215 GLuint max2DTextureSize; 216 GLuint maxArrayTextureLayers; 218 GLuint maxCubeMapTextureSize; 219 GLuint maxRenderbufferSize; 220 GLuint maxDrawBuffers; [all …]
|
D | ResourceManager.h | 45 GLuint createBuffer(); 46 GLuint createShader(GLenum type); 47 GLuint createProgram(); 48 GLuint createTexture(); 49 GLuint createRenderbuffer(); 50 GLuint createSampler(); 51 GLuint createFenceSync(); 53 void deleteBuffer(GLuint buffer); 54 void deleteShader(GLuint shader); 55 void deleteProgram(GLuint program); [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.h | 179 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 …]
|
D | t_vertex.h | 67 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/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_context.h | 179 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 …]
|
D | t_vertex.h | 67 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_regions.h | 62 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 …]
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_regions.h | 62 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 …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo.h | 42 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/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | vbo.h | 42 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/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 38 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/ |
D | radeon_mipmap_tree.h | 38 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 …]
|