Home
last modified time | relevance | path

Searched defs:tempImage (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c54 const GLubyte *tempImage = NULL; in _mesa_texstore_rgb_dxt1() local
108 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt1() local
163 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt3() local
217 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt5() local
Dtexcompress_rgtc.c82 const GLubyte *tempImage = NULL; in _mesa_texstore_red_rgtc1() local
135 const GLbyte *tempImage = NULL; in _mesa_texstore_signed_red_rgtc1() local
188 const GLubyte *tempImage = NULL; in _mesa_texstore_rg_rgtc2() local
253 const GLbyte *tempImage = NULL; in _mesa_texstore_signed_rg_rgtc2() local
Dtexcompress_bptc.c129 const GLubyte *tempImage = NULL; in _mesa_texstore_bptc_rgba_unorm() local
178 const float *tempImage = NULL; in texstore_bptc_rgb_float() local
Dtexcompress_fxt1.c53 const uint8_t *tempImage = NULL; in _mesa_texstore_fxt1() local
Dtexstore.c681 void *tempImage = NULL; in texstore_rgba() local
Dtexgetimage.c328 GLfloat *tempImage, *tempSlice; in get_tex_rgba_compressed() local
/external/armnn/tests/
DImagePreprocessor.cpp46 std::vector<float> tempImage(result.size()); in GetLabelAndResizedImageAsFloat() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapRegionDecoderTest.java94 File tempImage = temporaryFolder.newFile(); in getGeneratedImageFile() local
/external/armnn/tests/ImageTensorGenerator/
DImageTensorGenerator.hpp119 std::vector<float> tempImage(imageData.size()); in PrepareImageTensor() local
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h343 XImage *tempImage; member
/external/OpenCL-CTS/test_conformance/d3d11/
Dtexture2d.cpp410 cl_mem tempImage; in SubTestTexture2D() local
/external/dng_sdk/source/
Ddng_render.cpp1300 AutoPtr<dng_image> tempImage; in Render() local
Ddng_read_image.cpp2934 dng_row_interleaved_image tempImage (image, in Read() local
Ddng_image_writer.cpp4586 dng_row_interleaved_image tempImage (*((dng_image *) &image), in WriteImage() local
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c70 XImage *tempImage; member