Searched defs:dstImage (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c220 struct gl_texture_image *dstImage; local
239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel);
240 if (!dstImage) {
246 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
253 stImage = st_texture_image(dstImage);
H A Dst_cb_texture.c1114 const struct gl_texture_image *dstImage = local
1116 assert(dstImage);
1117 assert(dstImage->Width == stImage->base.Width);
1118 assert(dstImage->Height == stImage->base.Height);
1119 assert(dstImage->Depth == stImage->base.Depth);
/external/mesa3d/src/mesa/main/
H A Dmipmap.c1842 struct gl_texture_image *dstImage; local
1850 dstImage = _mesa_get_tex_image(ctx, texObj, target, level);
1851 if (!dstImage) {
1856 if (dstImage->Width != width ||
1857 dstImage->Height != height ||
1858 dstImage->Depth != depth ||
1859 dstImage->Border != border ||
1860 dstImage->InternalFormat != intFormat ||
1861 dstImage->TexFormat != format) {
1863 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage);
1896 struct gl_texture_image *srcImage, *dstImage; local
2082 struct gl_texture_image *dstImage; local
[all...]
H A Dtexstore.c899 GLubyte *dstImage = dstSlices[0]; local
900 swizzle_copy(dstImage, dstComponents, srcImage, srcComponents, map,
949 GLubyte *dstImage = dstSlices[img]; local
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight);
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp1583 const ImageInfo& dstImage,
1610 , dstImage (NULL)
1618 delete dstImage;
1624 glu::ObjectWrapper* dstImage; member in struct:deqp::gles31::Functional::__anon3562::CopyImageTest::State
1640 const ImageInfo& dstImage,
1645 , m_dstImageInfo (dstImage)
1724 DE_ASSERT(!m_state->dstImage);
1727 m_state->dstImage = new glu::ObjectWrapper(gl, getObjectTraits(m_dstImageInfo));
1731 glu::ObjectWrapper& dstImage = *m_state->dstImage; local
1638 CopyImageTest(Context& context, const ImageInfo& srcImage, const ImageInfo& dstImage, const char* name, const char* description) argument
1783 glu::ObjectWrapper& dstImage = *m_state->dstImage; local
1916 glu::ObjectWrapper& dstImage = *m_state->dstImage; local
[all...]

Completed in 151 milliseconds