Home
last modified time | relevance | path

Searched refs:iformat (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp367 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-irix5/
Djpeg.py28 iformat = cl.GRAYSCALE
30 iformat = cl.YUV
36 cl.INTERNAL_FORMAT, iformat, \
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py28 iformat = cl.GRAYSCALE
30 iformat = cl.YUV
36 cl.INTERNAL_FORMAT, iformat,
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1298 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/
Du_transfer_helper.c356 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/
Dgl4cDirectStateAccessTexturesTests.cpp4919 glw::GLenum iformat; member
5026 if (internalformat == compressed_images[i].iformat in PrepareReferenceData()
5033 m_reference_internalformat = compressed_images[i].iformat; in PrepareReferenceData()