HomeSort by relevance Sort by last modified time
    Searched refs:img_format (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
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 )
glX_proto_recv.py 508 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
gl_XML.py 462 self.img_format = element.nsProp('img_format', None)
  /external/mesa3d/src/mapi/glapi/gen/
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 )
glX_proto_recv.py 508 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
gl_XML.py 462 self.img_format = element.nsProp('img_format', None)
  /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 397 cam_format_t img_format; local
451 img_format = mHalCamCtrl->getPreviewFormat();
452 if (img_format) {
453 matching &= (img_format == dim->main_img_format);
455 dim->main_img_format = img_format;
456 dim->thumb_format = img_format;
    [all...]

Completed in 885 milliseconds