Searched refs:img_format (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 575 … %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…
|
D | glX_proto_common.py | 61 …compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, p…
|
D | glX_proto_size.py | 568 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…
|
D | gl_API.dtd | 63 img_format NMTOKEN #IMPLIED attribute 111 img_format - name of parameter used as the pixel data format.
|
D | glX_proto_recv.py | 503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
|
D | gl_XML.py | 461 self.img_format = element.get('img_format')
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 5085 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()
|