Searched refs:iformat (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_image_methods.cpp | 367 for(size_t iformat = 0; iformat < nformats; ++iformat) in test_image_methods_depth() local 369 depth_targets[itarget], depth_formats[iformat], seed ); in test_image_methods_depth() 406 for(size_t iformat = 0; iformat < nformats; ++iformat) { in test_image_methods_multisample() local 407 GLint samples = get_gl_max_samples(targets[itarget], common_formats[iformat].internal); in test_image_methods_multisample() 409 samples, targets[itarget], common_formats[iformat], seed ); in test_image_methods_multisample()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 28 iformat = cl.GRAYSCALE 30 iformat = cl.YUV 36 cl.INTERNAL_FORMAT, iformat,
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 28 iformat = cl.GRAYSCALE 30 iformat = cl.YUV 36 cl.INTERNAL_FORMAT, iformat, \
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1298 GLenum iformat = internalFormat; in st_ChooseTextureFormat() local 1301 if (iformat == GL_BGRA) in st_ChooseTextureFormat() 1302 iformat = GL_RGBA; in st_ChooseTextureFormat() 1307 if (iformat == baseFormat && iformat == basePackFormat) { in st_ChooseTextureFormat()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer_helper.c | 356 enum pipe_format iformat, format = ptrans->resource->format; in flush_region() local 389 iformat = helper->vtbl->get_internal_format(ptrans->resource); in flush_region() 396 (box->x * util_format_get_blocksize(iformat)); in flush_region()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 4919 glw::GLenum iformat; member 5026 if (internalformat == compressed_images[i].iformat in PrepareReferenceData() 5033 m_reference_internalformat = compressed_images[i].iformat; in PrepareReferenceData()
|