| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | astcenccli_image.cpp | 34 	astcenc_image *img = new astcenc_image;  in alloc_image()  local 72 void free_image(astcenc_image * img)  in free_image() 89 int determine_image_components(const astcenc_image * img)  in determine_image_components() 177 	astcenc_image* img = alloc_image(16, dim_x, dim_y, 1);  in astc_img_from_floatx4_array()  local 211 	astcenc_image* img = alloc_image(8, dim_x, dim_y, 1);  in astc_img_from_unorm8x4_array()  local 235 	const astcenc_image* img,  in floatx4_array_from_astc_img() 305 	const astcenc_image* img,  in unorm8x4_array_from_astc_img()
  | 
| D | astcenccli_image_load_store.cpp | 98 			astcenc_image* img = astc_img_from_floatx4_array(data, dim_x, dim_y, y_flip);  in load_image_with_stb()  local 110 			astcenc_image* img = astc_img_from_unorm8x4_array(data, dim_x, dim_y, y_flip);  in load_image_with_stb()  local 132 	const astcenc_image* img,  in store_exr_image_with_tinyexr() 152 	const astcenc_image* img,  in store_png_image_with_stb() 174 	const astcenc_image* img,  in store_tga_image_with_stb() 196 	const astcenc_image* img,  in store_bmp_image_with_stb() 218 	const astcenc_image* img,  in store_hdr_image_with_stb() 1185 	astc_compressed_image& img  in load_ktx_compressed_image() 1297 	const astc_compressed_image& img,  in store_ktx_compressed_image() 1351 	const astcenc_image* img,  in store_ktx_uncompressed_image() [all …] 
 | 
| D | astcenc_image.cpp | 153 	const astcenc_image& img,  in load_image_block() 270 	const astcenc_image& img,  in load_image_block_fast_ldr() 336 	astcenc_image& img,  in store_image_block()
  | 
| D | astcenccli_image_external.cpp | 167 	astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip);  in load_png_with_wuffs()  local
  | 
| D | astcenc_compute_variance.cpp | 108 	const astcenc_image* img = arg.img;  in compute_pixel_region_variance()  local 424 	const astcenc_image& img,  in init_compute_averages()
  | 
| D | astcenccli_toplevel.cpp | 1252 	const astcenc_image& img,  in image_get_pixel() 1310 	astcenc_image& img,  in image_set_pixel() 1339 	astcenc_image& img,  in image_set_pixel_u8()
  | 
| /device/generic/goldfish-opengl/system/codecs/omx/avcdec/ | 
| D | GoldfishAVCDec.cpp | 178 bool GoldfishAVCDec::getVUIParams(h264_image_t& img) {  in getVUIParams() 235         h264_image_t img = mContext->getImage();  in readAndDiscardAllHostBuffers()  local 263 void GoldfishAVCDec::copyImageData( OMX_BUFFERHEADERTYPE *outHeader, h264_image_t & img) {  in copyImageData() 394             h264_image_t img = {};  in onQueueFilled()  local
  | 
| D | MediaH264Decoder.cpp | 102 h264_result_t MediaH264Decoder::decodeFrame(uint8_t* img, size_t szBytes, uint64_t pts) {  in decodeFrame()
  | 
| /device/generic/goldfish-opengl/system/GLESv1/ | 
| D | gl.cpp | 56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img)  in glEGLImageTargetTexture2DOES() 93 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img)  in glEGLImageTargetRenderbufferStorageOES()
  | 
| /device/generic/goldfish-opengl/system/GLESv2/ | 
| D | gl2.cpp | 56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img)  in glEGLImageTargetTexture2DOES() 96 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img)  in glEGLImageTargetRenderbufferStorageOES()
  | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ | 
| D | EglDisplay.cpp | 535 EGLImageKHR EglDisplay::addImageKHR(ImagePtr img) {  in addImageKHR() 557 ImagePtr EglDisplay::getImage(EGLImageKHR img,  in getImage() 570 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) {  in destroyImageKHR() 683             const ImagesHndlMap::value_type& img) {  in onSaveAllImages()
  | 
| D | EglImp.cpp | 1398 		ImagePtr img( new EglImage() );  in eglCreateImageKHR()  local 1431         ImagePtr img( new EglImage() );  in eglCreateImageKHR()  local 1462     ImagePtr img = getEGLImage(imagehndl);  in eglDestroyImageKHR()  local 1623     ImagePtr img = getEGLImage(imagehndl);  in eglSetImageFenceANDROID()  local 1809     ImagePtr img = getEGLImage(imagehndl);  in eglGetNativeImageANDROID()  local 1817     ImagePtr img = getEGLImage(imagehndl);  in eglSetImageInfoANDROID()  local 1834 	ImagePtr img( new EglImage() );  in eglImportImageANDROID()  local
  | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ | 
| D | MediaH264Decoder.cpp | 100 h264_result_t MediaH264Decoder::decodeFrame(uint8_t *img, size_t szBytes,  in decodeFrame()
  | 
| D | C2GoldfishAvcDec.cpp | 768 void C2GoldfishAvcDec::getVuiParams(h264_image_t &img) {  in getVuiParams() 800 void C2GoldfishAvcDec::copyImageData(h264_image_t &img) {  in copyImageData()
  | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ | 
| D | MediaHevcDecoder.cpp | 100 hevc_result_t MediaHevcDecoder::decodeFrame(uint8_t *img, size_t szBytes,  in decodeFrame()
  | 
| D | C2GoldfishHevcDec.cpp | 714 void C2GoldfishHevcDec::getVuiParams(hevc_image_t &img) {  in getVuiParams() 747 void C2GoldfishHevcDec::copyImageData(hevc_image_t &img) {  in copyImageData()
  | 
| /device/generic/opengl-transport/host/libs/virglrenderer/ | 
| D | RenderControl.cpp | 628         EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR);  in rcBindTexture()  local 667         EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR);  in rcBindRenderbuffer()  local 715     EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR);  in rcCreateClientImage()  local
  | 
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ | 
| D | swapchain.cpp | 1232         Swapchain::Image& img = swapchain->images[i];  in CreateSwapchainKHR()  local 1282         Swapchain::Image& img = swapchain->images[i];  in CreateSwapchainKHR()  local 1523         Swapchain::Image& img = swapchain.images[image_idx];  in QueuePresentKHR()  local
  | 
| /device/generic/vulkan-cereal/stream-servers/ | 
| D | ColorBuffer.cpp | 426 void ColorBuffer::glOpReadback(unsigned char* img, bool readbackBgra) {  in glOpReadback()
  | 
| D | FrameBuffer.h | 796         unsigned char* img = nullptr;  member
  | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ | 
| D | C2GoldfishVpxDec.cpp | 765     vpx_image_t *img = vpx_codec_get_frame(mCtx);  in outputBuffer()  local
  | 
| /device/generic/vulkan-cereal/stream-servers/gl/ | 
| D | ColorBufferGl.cpp | 871 void ColorBufferGl::readback(unsigned char* img, bool readbackBgra) {  in readback()
  | 
| /device/generic/goldfish-opengl/system/egl/ | 
| D | egl.cpp | 2294         uint32_t img = rcEnc->rcCreateClientImage(rcEnc, ctxHandle, target, texture);  in eglCreateImageKHR()  local 2308 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img)  in eglDestroyImageKHR()
  | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ | 
| D | GLESv2Imp.cpp | 410     ImagePtr img = s_eglIface->getEGLImage(imagehndl);  in blitFromCurrentReadBufferANDROID()  local 4261     ImagePtr img = s_eglIface->getEGLImage(imagehndl);  in glEGLImageTargetTexture2DOES()  local 4341     ImagePtr img = s_eglIface->getEGLImage(imagehndl);  in glEGLImageTargetRenderbufferStorageOES()  local
  | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/ | 
| D | GLEScmImp.cpp | 2203     ImagePtr img = s_eglIface->getEGLImage(imagehndl);  in glEGLImageTargetTexture2DOES()  local 2242     ImagePtr img = s_eglIface->getEGLImage(imagehndl);  in glEGLImageTargetRenderbufferStorageOES()  local
  |