Searched refs:iformat (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_image_methods.cpp | 366 for(size_t iformat = 0; iformat < nformats; ++iformat) in test_image_methods_depth() local 368 depth_targets[itarget], depth_formats[iformat], seed ); in test_image_methods_depth() 404 for(size_t iformat = 0; iformat < nformats; ++iformat) { in test_image_methods_multisample() local 405 GLint samples = get_gl_max_samples(targets[itarget], common_formats[iformat].internal); in test_image_methods_multisample() 407 samples, targets[itarget], common_formats[iformat], seed ); in test_image_methods_multisample()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 28 iformat = cl.GRAYSCALE 30 iformat = cl.YUV 36 cl.INTERNAL_FORMAT, iformat, \
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 28 iformat = cl.GRAYSCALE 30 iformat = cl.YUV 36 cl.INTERNAL_FORMAT, iformat,
|
/external/deqp/external/vulkancts/modules/vulkan/video/ |
D | extFFmpegDemuxer.h | 181 … LOG(INFO) << "Media format: " << fmtc->iformat->long_name << " (" << fmtc->iformat->name << ")"; in FFmpegDemuxer() 201 bMp4 = (!strcmp(fmtc->iformat->long_name, "QuickTime / MOV") || in FFmpegDemuxer() 202 !strcmp(fmtc->iformat->long_name, "FLV (Flash Video)") || in FFmpegDemuxer() 203 !strcmp(fmtc->iformat->long_name, "Matroska / WebM")); in FFmpegDemuxer()
|
/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()
|