| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 52 GLenum datatype = 0; local in function:TEST 78 GLenum datatype = _mesa_get_format_datatype(f); local in function:TEST [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 57 GLenum datatype = 0; local in function:TEST 79 GLenum datatype = _mesa_get_format_datatype(f); local in function:TEST [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | render2.c | 188 GLenum datatype = compHeader[i].datatype; local in function:__glXDisp_DrawArrays 198 GLenum datatype = compHeader[i].datatype; local in function:__glXDisp_DrawArrays [all...] |
| H A D | render2swap.c | 214 static void swapArray(GLint numVals, GLenum datatype, argument 288 GLenum datatype = compHeader[i].datatype; local in function:__glXDispSwap_DrawArrays 303 GLenum datatype = compHeader[i].datatype; local in function:__glXDispSwap_DrawArrays [all...] |
| H A D | rensize.c | 368 GLenum datatype = compHeader[i].datatype; local in function:__glXDrawArraysReqSize
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_parameter.c | 240 _mesa_add_parameter(struct gl_program_parameter_list * paramList,gl_register_file type,const char * name,GLuint size,GLenum datatype,const gl_constant_value * values,const gl_state_index16 state[STATE_LENGTH],bool pad_and_align) argument 326 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list * paramList,const gl_constant_value values[4],GLuint size,GLenum datatype,GLuint * swizzleOut) argument
|
| H A D | prog_parameter.h | 195 _mesa_gl_datatype_is_64bit(GLenum datatype) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_parameter.c | 269 _mesa_add_parameter(struct gl_program_parameter_list * paramList,gl_register_file type,const char * name,GLuint size,GLenum datatype,const gl_constant_value * values,const gl_state_index16 state[STATE_LENGTH],bool pad_and_align) argument 377 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list * paramList,const gl_constant_value * values,GLuint size,GLenum datatype,GLuint * swizzleOut) argument
|
| H A D | prog_parameter.h | 228 _mesa_gl_datatype_is_64bit(GLenum datatype) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | render2.c | 194 GLenum datatype = compHeader[i].datatype; local in function:__glXDisp_DrawArrays 204 GLenum datatype = compHeader[i].datatype; local in function:__glXDisp_DrawArrays [all...] |
| H A D | render2swap.c | 224 swapArray(GLint numVals, GLenum datatype, argument 305 GLenum datatype = compHeader[i].datatype; local in function:__glXDispSwap_DrawArrays 320 GLenum datatype = compHeader[i].datatype; local in function:__glXDispSwap_DrawArrays [all...] |
| H A D | rensize.c | 389 GLenum datatype = compHeader[i].datatype; local in function:__glXDrawArraysReqSize
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_funcs.c | 162 uint32_t datatype, dst_pitch_offset; local in function:FUNC_NAME 285 uint32_t datatype, src_pitch_offset, dst_pitch_offset; local in function:FUNC_NAME 417 RADEONBlitChunk(ScrnInfoPtr pScrn,struct radeon_bo * src_bo,struct radeon_bo * dst_bo,uint32_t datatype,uint32_t src_pitch_offset,uint32_t dst_pitch_offset,int srcX,int srcY,int dstX,int dstY,int w,int h,uint32_t src_domain,uint32_t dst_domain) argument 474 uint32_t datatype = 0; local in function:RADEONUploadToScreenCS 576 uint32_t datatype = 0; local in function:RADEONDownloadFromScreenCS 684 uint32_t datatype, src_pitch_offset, scratch_pitch = RADEON_ALIGN(w * bpp / 8, 64), scratc local in function:RADEONDownloadFromScreenCP [all...] |
| H A D | radeon_accel.c | 447 int datatype = 0; local in function:RADEONEngineInit
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_funcs.c | 123 uint32_t datatype, dst_pitch_offset; local in function:RADEONPrepareSolid 241 uint32_t datatype, src_pitch_offset, dst_pitch_offset; local in function:RADEONPrepareCopy 204 RADEONDoPrepareCopy(ScrnInfoPtr pScrn,uint32_t src_pitch_offset,uint32_t dst_pitch_offset,uint32_t datatype,int rop,Pixel planemask) argument 324 RADEONBlitChunk(ScrnInfoPtr pScrn,struct radeon_bo * src_bo,struct radeon_bo * dst_bo,uint32_t datatype,uint32_t src_pitch_offset,uint32_t dst_pitch_offset,int srcX,int srcY,int dstX,int dstY,int w,int h,uint32_t src_domain,uint32_t dst_domain) argument 379 uint32_t datatype = 0; local in function:RADEONUploadToScreenCS 484 uint32_t datatype = 0; local in function:RADEONDownloadFromScreenCS [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_parser.py | 105 def datatype(self): member in class:Channel 478 def datatype(self): member in class:Format
|
| H A D | formatquery.c | 1420 GLenum datatype; local in function:_mesa_GetInternalformativ
|
| H A D | formats.c | 872 _mesa_uncompressed_format_to_type_and_comps(mesa_format format,GLenum * datatype,GLuint * comps) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_drawpix.c | 444 GLenum datatype = _mesa_get_format_datatype( local in function:draw_rgba_pixels
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_drawpix.c | 444 GLenum datatype = _mesa_get_format_datatype( local in function:draw_rgba_pixels
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | format_parser.py | 105 def datatype(self): member in class:Channel 478 def datatype(self): member in class:Format
|
| H A D | formatquery.c | 1430 GLenum datatype; local in function:_mesa_GetInternalformativ
|
| H A D | formats.c | 891 _mesa_uncompressed_format_to_type_and_comps(mesa_format format,GLenum * datatype,GLuint * comps) argument [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_dri.c | 1204 uint32_t src_pitch_offset, dst_pitch_offset, datatype; local in function:R128DRIRefreshArea 1264 uint32_t src_pitch_offset, dst_pitch_offset, datatype; local in function:R128EnablePageFlip
|
| H A D | r128_exa.c | 163 uint32_t datatype, dst_pitch_offset; local in function:R128PrepareSolid 265 uint32_t datatype, src_pitch_offset, dst_pitch_offset; local in function:R128PrepareCopy 436 uint32_t dst_pitch_offset, datatype; local in function:R128UploadToScreenHW 222 R128DoPrepareCopy(ScrnInfoPtr pScrn,uint32_t src_pitch_offset,uint32_t dst_pitch_offset,uint32_t datatype,int alu,Pixel planemask) argument [all...] |