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

/external/mesa3d/src/mesa/main/
H A Dtexstore.c311 * \param srcDepth source image depth
322 GLint srcWidth, GLint srcHeight, GLint srcDepth,
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
363 for (img = 0; img < srcDepth; img++) {
395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
404 n = srcWidth * srcHeight * srcDepth;
434 GLint srcWidth, GLint srcHeight, GLint srcDepth,
466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth
472 for (img = 0; img < srcDepth; img++) {
504 newImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
431 make_temp_uint_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
560 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
845 _mesa_swizzle_ubyte_image(struct gl_context *ctx, GLuint dimensions, GLenum srcFormat, GLenum srcType, GLenum baseInternalFormat, const GLubyte *rgba2dst, GLuint dstComponents, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking ) argument
925 memcpy_texture(struct gl_context *ctx, GLuint dimensions, gl_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
[all...]
H A Dtexstore.h63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
77 GLint srcWidth, GLint srcHeight, GLint srcDepth,
86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dmipmap.h36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dtexcompress_rgtc.c108 srcWidth, srcHeight, srcDepth,
155 srcWidth, srcHeight, srcDepth,
203 srcWidth, srcHeight, srcDepth,
257 srcWidth, srcHeight, srcDepth,
H A Dtexcompress_s3tc.c182 srcWidth, srcHeight, srcDepth,
235 srcWidth, srcHeight, srcDepth,
288 srcWidth, srcHeight, srcDepth,
340 srcWidth, srcHeight, srcDepth,
H A Dmipmap.c1538 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1545 const GLint srcDepthNB = srcDepth - 2 * border;
1564 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1;
1579 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1625 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride,
1629 if (srcDepth == dstDepth) {
1706 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1734 srcWidth, srcHeight, srcDepth,
1772 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1790 if ((srcDepth
1537 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1703 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1771 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1898 GLint srcWidth, srcHeight, srcDepth; local
2083 GLint srcWidth, srcHeight, srcDepth; local
[all...]
H A Dtexcompress_fxt1.c80 srcWidth, srcHeight, srcDepth,
130 srcWidth, srcHeight, srcDepth,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c91 struct gl_renderbuffer_attachment *srcDepth, *srcStencil; local
95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH];
101 st_is_depth_stencil_combined(srcDepth, srcStencil) &&
106 srcRb = st_renderbuffer(srcDepth->Renderbuffer);
268 struct gl_renderbuffer_attachment *srcDepth = local
292 st_is_depth_stencil_combined(srcDepth, srcStencil) &&
/external/skia/src/images/
H A DSkImageDecoder.cpp110 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const { argument
113 switch (srcDepth) {
H A DSkImageDecoder_libpng.cpp591 SrcDepth srcDepth = k32Bit_SrcDepth; local
593 srcDepth = k8BitGray_SrcDepth;
598 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap);
606 if (k8BitGray_SrcDepth != srcDepth) {
H A DSkImageDecoder_libjpeg.cpp435 SrcDepth srcDepth = k32Bit_SrcDepth; local
437 srcDepth = k8BitGray_SrcDepth;
440 SkColorType colorType = this->getPrefColorType(srcDepth, /*hasAlpha*/ false);
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp1631 const int srcDepth = refTexture.getDepth(); local
1643 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x();
1644 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y();
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1023 int srcWidth, int srcHeight, int srcDepth,
1048 srcImageOffset = (srcDepth == dstDepth) ? 0 : srcImageStride;
1063 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1022 reduce_3d(enum pipe_format pformat, int srcWidth, int srcHeight, int srcDepth, int srcRowStride, int srcImageStride, const ubyte *srcPtr, int dstWidth, int dstHeight, int dstDepth, int dstRowStride, int dstImageStride, ubyte *dstPtr) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3364 GLsizei srcWidth, srcHeight, srcDepth; local
3374 srcDepth = srcImage->Depth;
3379 dstDepth = MAX2(1, srcDepth / 2);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl583 void CallLogWrapper::glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstName, glw::GLenum dstTarget, glw::GLint dstLevel, glw::GLint dstX, glw::GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth)
586 m_log << TestLog::Message << "glCopyImageSubData(" << srcName << ", " << toHex(srcTarget) << ", " << srcLevel << ", " << srcX << ", " << srcY << ", " << srcZ << ", " << dstName << ", " << toHex(dstTarget) << ", " << dstLevel << ", " << dstX << ", " << dstY << ", " << dstZ << ", " << srcWidth << ", " << srcHeight << ", " << srcDepth << ");" << TestLog::EndMessage;
587 m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
H A DgluCallLogWrapperApi.inl87 void glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstName, glw::GLenum dstTarget, glw::GLint dstLevel, glw::GLint dstX, glw::GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth);
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl747 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
H A DglwFunctionTypes.inl87 typedef GLW_APICALL void (GLW_APIENTRY* glCopyImageSubDataFunc) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
H A DglwImpl.inl655 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
660 gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl723 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
739 DE_UNREF(srcDepth);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mesa3d/include/GL/
H A Dglext.h8620 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
8622 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);

Completed in 930 milliseconds