/external/mesa3d/src/mesa/main/ |
D | texstore.c | 322 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 …]
|
D | texstore.h | 63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \ 77 GLint srcWidth, GLint srcHeight, GLint srcDepth, 86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
D | mipmap.c | 1538 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 …]
|
D | texcompress_rgtc.c | 108 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()
|
D | texcompress_s3tc.c | 182 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()
|
D | mipmap.h | 36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
D | texcompress_fxt1.c | 80 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_fxt1() 130 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_fxt1()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 91 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/ |
D | SkImageDecoder.cpp | 110 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const { in getPrefColorType() argument 113 switch (srcDepth) { in getPrefColorType()
|
D | SkImageDecoder_libpng.cpp | 591 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()
|
D | SkImageDecoder_libjpeg.cpp | 435 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/ |
D | es3fVertexTextureTests.cpp | 1631 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/ |
D | u_gen_mipmap.c | 1023 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/ |
D | meta.c | 3364 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/ |
D | tcuNullRenderContextFuncs.inl | 723 …stLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument 739 DE_UNREF(srcDepth);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 583 …: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);
|
D | gluCallLogWrapperApi.inl | 87 …GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 655 …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);
|
D | glwFunctionTypes.inl | 87 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
|
D | glwApi.inl | 747 …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/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/mesa3d/include/GL/ |
D | glext.h | 8620 …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);
|