Searched refs:dstDataDepthPitch (Results 1 – 2 of 2) sorted by relevance
1061 GLuint dstDataDepthPitch = dstDataRowPitch * sourceBox.height; in copySubTextureImpl() local1080 dstDataDepthPitch, pixelWriteFunction, dstFormat.format, in copySubTextureImpl()2318 GLuint dstDataDepthPitch = dstDataRowPitch * sourceBox.height; in reinitImageAsRenderable() local2321 GLuint dstDataLayerPitch = dstDataDepthPitch * sourceBox.depth; in reinitImageAsRenderable()2332 dstFormat.pixelBytes, dstDataDepthPitch, pixelWriteFunction, in reinitImageAsRenderable()
7534 GLuint dstDataDepthPitch = dstDataRowPitch * copy.imageExtent.height; in reformatStagedBufferUpdates() local7550 size_t dstBufferSize = dstDataDepthPitch * copy.imageExtent.depth; in reformatStagedBufferUpdates()7560 dstDataDepthPitch, pixelWriteFunction, dstFormatInfo.format, in reformatStagedBufferUpdates()