/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_API.dtd | 58 img_format NMTOKEN #IMPLIED 106 img_format - name of parameter used as the pixel data format.
|
glX_proto_common.py | 65 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
|
glX_proto_send.py | 554 print ' (*gc->fillImage)(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr) 559 print '__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr) 594 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"): 667 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP": 700 print ' __glEmptyImage(gc, 3, %s, %s, %s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output.name) 737 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP": 758 print " __glXReadPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name) 760 print " __glXReadPixelReply(dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name) [all...] |
glX_proto_size.py | 575 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]: 589 print ' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img_target, w, h, d )
|
gl_API.xml | [all...] |
es_EXT.xml | 520 <param name="pixels" type="const GLvoid *" img_width="width" img_height="height" img_depth="depth" img_format="format" img_type="type" img_target="target" img_null_flag="true" img_pad_dimensions="true"/> 535 <param name="pixels" type="const GLvoid *" img_width="width" img_height="height" img_depth="depth" img_xoff="xoffset" img_yoff="yoffset" img_zoff="zoffset" img_format="format" img_type="type" img_target="target" img_pad_dimensions="true"/>
|
gl_XML.py | 462 self.img_format = element.nsProp('img_format', None)
|
glX_proto_recv.py | 508 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_API.dtd | 58 img_format NMTOKEN #IMPLIED 106 img_format - name of parameter used as the pixel data format.
|
glX_proto_common.py | 65 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
|
glX_proto_send.py | 554 print ' (*gc->fillImage)(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr) 559 print '__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr) 594 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"): 667 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP": 700 print ' __glEmptyImage(gc, 3, %s, %s, %s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output.name) 737 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP": 758 print " __glXReadPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name) 760 print " __glXReadPixelReply(dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name) [all...] |
glX_proto_size.py | 575 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]: 589 print ' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img_target, w, h, d )
|
gl_API.xml | [all...] |
es_EXT.xml | 520 <param name="pixels" type="const GLvoid *" img_width="width" img_height="height" img_depth="depth" img_format="format" img_type="type" img_target="target" img_null_flag="true" img_pad_dimensions="true"/> 535 <param name="pixels" type="const GLvoid *" img_width="width" img_height="height" img_depth="depth" img_xoff="xoffset" img_yoff="yoffset" img_zoff="zoffset" img_format="format" img_type="type" img_target="target" img_pad_dimensions="true"/>
|
gl_XML.py | 462 self.img_format = element.nsProp('img_format', None)
|
glX_proto_recv.py | 508 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
|
/hardware/intel/img/psb_video/src/ |
pnw_hostjpeg.h | 108 } IMG_FORMAT; 211 IMG_FORMAT eFormat; //!< Format of the surface 608 IMG_FORMAT eFormat; 639 void SetCompInfoFromFormat(IMG_FORMAT eFormat, IMG_UINT32 ui32Width, IMG_UINT32 ui32Height, IMG_JPEG_INFO *psJpegInfo); 642 IMG_ERRORCODE SetupJPEGSourceSurface(IMG_FORMAT eSurfaceFormat, IMG_UINT32 ui32FrameWidth, IMG_UINT32 ui32FrameHeight, JPEG_SOURCE_SURFACE *pSurf); 654 //IMG_ERRORCODE Legacy_IMG_JPEG_EncoderInitialise(IMG_UINT16 ui16Width, IMG_UINT16 ui16Height, IMG_FORMAT eFormat, LEGACY_JPEG_ENCODER_CONTEXT ** ppContext); 668 //IMG_ERRORCODE IMG_JPEG_EncoderInitialise(IMG_HENC_CONTEXT hEncContext,IMG_UINT16 ui16Width, IMG_UINT16 ui16Height, IMG_FORMAT eFormat, TOPAZSC_JPEG_ENCODER_CONTEXT ** ppContext);
|
tng_hostdefs.h | 297 } IMG_FORMAT; 637 IMG_FORMAT eFormat; //!< Pixel format of the source surface [all...] |
pnw_hostcode.h | 211 IMG_FORMAT eFormat;
|
tng_hostcode.h | 314 IMG_FORMAT eFormat; //!< Pixel format of the source surface
|
tng_picmgmt.c | 375 IMG_FORMAT eFormat; [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
lnc_hostcode.h | 81 } IMG_FORMAT; 167 IMG_FORMAT eFormat;
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Still.cpp | 341 cam_format_t img_format; local 400 img_format = mHalCamCtrl->getPreviewFormat(); 401 if (img_format) { 402 matching &= (img_format == dim->main_img_format); 404 dim->main_img_format = img_format; 405 dim->thumb_format = img_format; [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Still.cpp | 415 cam_format_t img_format; local 469 img_format = mHalCamCtrl->getPreviewFormat(); 470 if (img_format) { 471 matching &= (img_format == dim->main_img_format); 473 dim->main_img_format = img_format; 474 dim->thumb_format = img_format; [all...] |