Home
last modified time | relevance | path

Searched refs:srcDepth (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c322 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_make_temp_float_image() argument
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth in _mesa_make_temp_float_image()
363 for (img = 0; img < srcDepth; img++) { in _mesa_make_temp_float_image()
395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth in _mesa_make_temp_float_image()
404 n = srcWidth * srcHeight * srcDepth; in _mesa_make_temp_float_image()
434 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_temp_uint_image() argument
466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth in make_temp_uint_image()
472 for (img = 0; img < srcDepth; img++) { in make_temp_uint_image()
504 newImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth in make_temp_uint_image()
513 n = srcWidth * srcHeight * srcDepth; in make_temp_uint_image()
[all …]
Dtexstore.h63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
77 GLint srcWidth, GLint srcHeight, GLint srcDepth,
86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
Dmipmap.c1538 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() argument
1545 const GLint srcDepthNB = srcDepth - 2 * border; in make_3d_mipmap()
1564 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1625 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1629 if (srcDepth == dstDepth) { in make_3d_mipmap()
1706 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() argument
1734 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1772 GLint srcWidth, GLint srcHeight, GLint srcDepth, in next_mipmap_level_size() argument
1790 if ((srcDepth - 2 * border > 1) && in next_mipmap_level_size()
1792 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border; in next_mipmap_level_size()
[all …]
Dtexcompress_rgtc.c108 srcWidth, srcHeight, srcDepth, in _mesa_texstore_red_rgtc1()
155 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_red_rgtc1()
203 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rg_rgtc2()
257 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_rg_rgtc2()
Dtexcompress_s3tc.c182 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_dxt1()
235 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt1()
288 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt3()
340 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt5()
Dmipmap.h36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
Dtexcompress_fxt1.c80 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_fxt1()
130 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_fxt1()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c91 struct gl_renderbuffer_attachment *srcDepth, *srcStencil; in st_BlitFramebuffer_resolve() local
95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH]; in st_BlitFramebuffer_resolve()
101 st_is_depth_stencil_combined(srcDepth, srcStencil) && in st_BlitFramebuffer_resolve()
106 srcRb = st_renderbuffer(srcDepth->Renderbuffer); in st_BlitFramebuffer_resolve()
268 struct gl_renderbuffer_attachment *srcDepth = in st_BlitFramebuffer() local
292 st_is_depth_stencil_combined(srcDepth, srcStencil) && in st_BlitFramebuffer()
/external/skia/src/images/
DSkImageDecoder.cpp110 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const { in getPrefColorType() argument
113 switch (srcDepth) { in getPrefColorType()
DSkImageDecoder_libpng.cpp591 SrcDepth srcDepth = k32Bit_SrcDepth; in getBitmapColorType() local
593 srcDepth = k8BitGray_SrcDepth; in getBitmapColorType()
598 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap); in getBitmapColorType()
606 if (k8BitGray_SrcDepth != srcDepth) { in getBitmapColorType()
DSkImageDecoder_libjpeg.cpp435 SrcDepth srcDepth = k32Bit_SrcDepth; in getBitmapColorType() local
437 srcDepth = k8BitGray_SrcDepth; in getBitmapColorType()
440 SkColorType colorType = this->getPrefColorType(srcDepth, /*hasAlpha*/ false); in getBitmapColorType()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp1631 const int srcDepth = refTexture.getDepth(); in calculateLod() local
1643 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x(); in calculateLod()
1644 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y(); in calculateLod()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c1023 int srcWidth, int srcHeight, int srcDepth, in reduce_3d() argument
1048 srcImageOffset = (srcDepth == dstDepth) ? 0 : srcImageStride; in reduce_3d()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3364 GLsizei srcWidth, srcHeight, srcDepth; in _mesa_meta_GenerateMipmap() local
3374 srcDepth = srcImage->Depth; in _mesa_meta_GenerateMipmap()
3379 dstDepth = MAX2(1, srcDepth / 2); in _mesa_meta_GenerateMipmap()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl723 …stLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
739 DE_UNREF(srcDepth);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl583 …:GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth) argument
586 …stY << ", " << dstZ << ", " << srcWidth << ", " << srcHeight << ", " << srcDepth << ");" << TestLo…
587 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
DgluCallLogWrapperApi.inl87 …GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth);
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl655 …stLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
660 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
DglwFunctionTypes.inl87 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
DglwApi.inl747 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/mesa3d/include/GL/
Dglext.h8620 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
8622 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);