/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 536 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument 544 int newSrcZ = srcZ + i; in copy_image_subdata() 550 assert(srcZ + i < MAX_FACES); in copy_image_subdata() 551 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel]; in copy_image_subdata() 576 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() argument 586 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error() 592 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error() 599 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() argument 619 srcX, srcY, srcZ, in _mesa_CopyImageSubData() 630 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData() [all …]
|
D | copyimage.h | 40 GLint srcX, GLint srcY, GLint srcZ, 47 GLint srcX, GLint srcY, GLint srcZ,
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 179 …void copyInternal(const Surface* src, int x, int y, int z, float srcX, float srcY, float srcZ, boo…
|
D | Surface.cpp | 3005 …ternal(const Surface *source, int x, int y, int z, float srcX, float srcY, float srcZ, bool filter) in copyInternal() argument 3013 color = source->internal.read((int)srcX, (int)srcY, int(srcZ)); in copyInternal() 3017 color = source->internal.sample(srcX, srcY, srcZ); in copyInternal()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 518 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,… 520 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,…
|
D | wglext.h | 659 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui… 661 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui…
|
D | glext.h | 2469 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 2513 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9328 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GL… 9332 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GL… 9605 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9607 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9907 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9920 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
D | glcorearb.h | 2521 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 2565 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
/external/swiftshader/include/GL/ |
D | wglext.h | 659 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui… 661 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui…
|
D | glxext.h | 532 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,… 534 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,…
|
D | glext.h | 2469 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 2513 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9361 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GL… 9365 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GL… 9647 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9649 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9949 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 9962 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
D | glcorearb.h | 2521 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 2565 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 345 …void copyInternal(const Surface* src, int x, int y, int z, float srcX, float srcY, float srcZ, boo…
|
D | Surface.cpp | 3604 …ternal(const Surface *source, int x, int y, int z, float srcX, float srcY, float srcZ, bool filter) in copyInternal() argument 3612 color = source->internal.read((int)srcX, (int)srcY, int(srcZ)); in copyInternal() 3616 color = source->internal.sample(srcX, srcY, srcZ); in copyInternal()
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 278 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 280 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 1164 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 1166 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 288 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 290 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 1198 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 1200 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
/external/mesa3d/include/GLES3/ |
D | gl32.h | 1734 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 1779 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 981 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… argument 988 DE_UNREF(srcZ); 4280 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… argument 4289 DE_UNREF(srcZ);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 726 …Target, glw::GLint srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstNam… argument 729 …srcTarget) << ", " << srcLevel << ", " << srcX << ", " << srcY << ", " << srcZ << ", " << dstName … 730 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel… 3728 …Target, glw::GLint srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstNam… argument 3731 …srcTarget) << ", " << srcLevel << ", " << srcX << ", " << srcY << ", " << srcZ << ", " << dstName … 3732 …geSubDataNV(srcGpu, dstGpuMask, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget…
|
D | gluCallLogWrapperApi.inl | 107 …Target, glw::GLint srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstNam… 504 …Target, glw::GLint srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstNam…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 815 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… argument 820 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,… 3991 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… argument 3996 …gl->multicastCopyImageSubDataNV(srcGpu, dstGpuMask, srcName, srcTarget, srcLevel, srcX, srcY, srcZ…
|
D | glwFunctionTypes.inl | 107 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 504 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
D | glwApi.inl | 1013 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… 1410 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 32549 GLint srcZ; member 32568 const GLint srcZ = cmd->srcZ; in _mesa_unmarshal_CopyImageSubData() local 32578 …ta(ctx->CurrentServerDispatch, (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget… in _mesa_unmarshal_CopyImageSubData() 32581 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… in _mesa_marshal_CopyImageSubData() argument 32594 cmd->srcZ = srcZ; in _mesa_marshal_CopyImageSubData() 32610 …ta(ctx->CurrentServerDispatch, (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget… in _mesa_marshal_CopyImageSubData()
|