Home
last modified time | relevance | path

Searched refs:img_format (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py575 … %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type,…
580 … %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type,…
615 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
697 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP":
730 …ge(gc, 3, %s, %s, %s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type…
769 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP":
790 …XReadPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.n…
792 …ly(dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.n…
DglX_proto_common.py61 …compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, p…
DglX_proto_size.py568 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]:
582 …print ' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img…
Dgl_API.dtd63 img_format NMTOKEN #IMPLIED attribute
111 img_format - name of parameter used as the pixel data format.
DglX_proto_recv.py503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
Dgl_XML.py461 self.img_format = element.get('img_format')
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp5085 const VkFormat img_format = image_entry->createInfo.format; in PreCallValidateGetImageSubresourceLayout() local
5086 if (FormatIsMultiplane(img_format)) { in PreCallValidateGetImageSubresourceLayout()
5089 if (FormatPlaneCount(img_format) > 2u) { in PreCallValidateGetImageSubresourceLayout()
5100 } else if (FormatIsColor(img_format)) { in PreCallValidateGetImageSubresourceLayout()
5107 } else if (FormatIsDepthOrStencil(img_format)) { in PreCallValidateGetImageSubresourceLayout()